You need to sign in to do that
Don't have an account?
Pedro Garcia 26
LightningUriEventStream & LightningUriEvent object
Hi...
Based on the documentation at https://help.salesforce.com/articleView?id=real_time_event_monitoring_overview.htm&type=5 (https://help.salesforce.com/articleView?id=real_time_event_monitoring_overview.htm&type=5) I could access to the real-time event.
But it's not working... I want to know when any user access to specific URI in salesforce, for example, the permission setting page.
Thanks,
Pedro
Based on the documentation at https://help.salesforce.com/articleView?id=real_time_event_monitoring_overview.htm&type=5 (https://help.salesforce.com/articleView?id=real_time_event_monitoring_overview.htm&type=5) I could access to the real-time event.
But it's not working... I want to know when any user access to specific URI in salesforce, for example, the permission setting page.
Thanks,
Pedro
In order to get events records in LightningUriEvent object, you need to enable Storage for Event monitoring logs.
Steps:
Sertup -> In Quick Find search 'Event Monitoring Settings' -> Click on Event Manager under Enable Login Forensics-> and Enable Streaming or Enable Storage as per need for event type you need, in your case it will be Lightning URI Event
Regards,
Nikunj