Salesforce Certified Advanced Administrator — Question 158
A user at Ursa Major Solar is experiencing a flow error while trying to process a record to the next status. The users with the same access can process records without any errors.
What should the administrator do to troubleshoot the issue?
Answer options
- A. Change the flow to run as System Context Without Sharing - Access All Data.
- B. Grant the user the Modify All permission to ensure they have full system access.
- C. Grant the user more data access by moving them higher in the role hierarchy.
- D. Use the flow debug option and set the selection to Run as another user.
Correct answer: A
Explanation
Option A is correct because running the flow in System Context Without Sharing allows the flow to bypass sharing rules, which might be causing the error for that specific user. The other options would not effectively address the flow error; granting Modify All or adjusting role hierarchy might not resolve permissions related to the flow, and using the debug option may help identify the issue but won't directly fix it.