200
Views
4
Comments
Screen Log
Question

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

2018-05-16 11-16-36
João Heleno
 
MVP

Hi,

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

UserImage.jpg
AKM Mohiul Hassan

Hi João,


Not quiet what I require


Thanks for the reply though

2018-05-16 11-16-36
João Heleno
 
MVP

I see... you'll have to add logic to your screens preparation in order to keep track of the values.

2025-09-16 17-12-57
João Mateus

Hi,

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.

Cheers,

João

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.