Hi,
I have a problem where I need to see the parameters which were sent to the screen when the screen opened along with the user id, for this the platform table Log_Screen can be used, can somebody suggest on how can I get the input parameters and their value or is there some other entity which maitains that.
Thanks
I did an article a while ago about auditing.
https://medium.com/@joaoheleno/outsystems-platform-auditing-101-part-i-66abee082a6b
See if it helps you!
Cheers,
João Heleno
Hi João,
Not quiet what I require
Thanks for the reply though
I see... you'll have to add logic to your screens preparation in order to keep track of the values.
You could explore the LOG_REQUESTEVENT (OSLOG_REQUESTEVENT) table. You can actually do a join with the Request_Key in LOG_SCREEN.
However, you will probably need to do a custom audit solution to retrieve input parameter values.
João