Hi everyone,
I am looking for where the data that populates the service center Monitoring/Web requests sits.
I imagine that it is in a systems table but I still have not found it!
Could someone help?
Thanks in advanced!
Hi Guilherme,
I think the table you're looking for is OSLOG_SCREEN.
Edit: That's actually not a table but a view pointing to the current log table in the cycle, as described here.
Checkout the PlatformLogs extension from OutSystems:
Regards,
Daniel
the Table is responsible for it is log_RequestEvent.
It is situated at PlatformLogs extension as Daniel given the screens.
Please check and let me know.
Thank you,
Sudip
Hi,
I maybe was not very precise with my question, I meant, where is the table that holds the data seen in Environment/ServiceCenter/Screen_Logs.aspx ? Now that I look at it, it seems that Log_requestevent has some data that might be used in this screen, but not all!
Hello Guilherme,
You can see that on Log_Screen entity (from PlatformLogs extension) and filter by Screen_Type = WEB
Can you try this and see if it works for you?
BR,
Luis
Guilherme,
I stand by my answer. The data you're looking for is in the OSLOG_SCREEN view:
Got it, thanks Aurelio for you help!
Greetings,
Guilherme Menescal Dantas