Valid Advanced-Administrator Dumps shared by ExamDiscuss.com for Helping Passing Advanced-Administrator Exam! ExamDiscuss.com now offer the newest Advanced-Administrator exam dumps, the ExamDiscuss.com Advanced-Administrator exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com Advanced-Administrator dumps with Test Engine here:
An administrator has created a flow that sends platform events whenever an opportunity is updated. An Apex developer has been tasked to write code that listens for these events. When reviewing the debug logs for a user, the developer can see that the flow ran, but the debug Information is missing. What should the administrator recommend to assist with debugging?
Correct Answer: C
To debug platform events in Apex code, you need to set a debug log on the Automated Process entity. This entity represents an automated process user that runs flows and processes in your org. By setting a debug log on this entity, you can capture the events that are published and consumed by your flow and Apex code, as well as any errors or exceptions that occur during the execution. References: https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_debug https://help.salesforce.com/s/articleView?id=sf.code_add_users_debug_log.htm&type=5