cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

log the action performed in a mashup

svisveswaraiya
17-Peridot

log the action performed in a mashup

Hi,

We wanted to log each and every action performed by a user in a runtime mashup in a log table that we have. 

For eg: If there is a button named 'Add' and if the user clicks that, a entry with 'the user clicked the button Add' should be logged in our table. If the user navigates to another screen from one screen using navigation button, that should be logged that he navigated from so and so screen to that screen. 

How can we make it generalised so that we can use the same snippet or service for all the mashups?

Please help us achieve this use case.

 

Thanks in advance,

Shalini V.

1 ACCEPTED SOLUTION

Accepted Solutions

Create a service that takes certain parameters like mashup name / action, retrieve user by using GetCurrentUser that logs that into a Stream

then for any click event, in the service that you run, call that service with appropriate input parameters

View solution in original post

2 REPLIES 2

Create a service that takes certain parameters like mashup name / action, retrieve user by using GetCurrentUser that logs that into a Stream

then for any click event, in the service that you run, call that service with appropriate input parameters

Hi @svisveswaraiya.

 

If the response provided by @PaiChung answered your question, please mark the response as the Accepted Solution for the benefit of others with the same question.

 

Regards.

 

--Sharon

Top Tags