Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Link To Offending Flow or Process Builder In Generic Flow Error Message #33

Closed
lfreeland opened this issue May 1, 2017 · 1 comment

Comments

@lfreeland
Copy link
Contributor

Request

When the generic Flow error is encountered, add a "View Offending Process Builder or Flow" link that lets one open the process builder or flow that caused the error. The link would be dynamically generated using the version ID found within the error message.

Background

When inserting or updating a record, some times you'll get a Visual Workflow aka Flow generic error message like the following:

First exception on row 0; first error: CANNOT_EXECUTE_FLOW_TRIGGER, The record couldn’t be saved because it failed to trigger a flow. A flow trigger failed to execute the flow with version ID 301i0000000LyvR. Flow error messages: An unhandled fault has occurred in this flow
An unhandled fault has occurred while processing the flow. Please contact your system administrator for more information.

Turns out that the Flow Version Id can be used to open the offending Flow or Process Builder even though when you try to open that record id directly, you get an "Insufficient Privileges" error. This Blog Post describes how to determine the offender by opening a special link using the version ID.

@lfreeland
Copy link
Contributor Author

This was implemented in version 0.92.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant