You need to sign in to do that
Don't have an account?
Getting unhandled fault message even when I've placed system fault in flow
I'm befuddled on why I'm getting the generic unhandled fault message when I have a fault message built into the flow, any ideas?
Error Message: 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.
Screen shot of flow: http://screencast.com/t/ADXvW0Eb8W
Error Message: 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.
Screen shot of flow: http://screencast.com/t/ADXvW0Eb8W
For example, it could very well be faulting at your Assignment Element - which would stop the flow and therefore you never get to the Error Screen.
Try doing the dev console for debug...
else - as lame as it may sound -> Put a screen between the assignment and the Lookup and see what you get. If you get that screen then you know the error is happening after the assignment...
Also - what are you actually assigning? I'm assuming you're doing a lookup based on the email a user types up. You could just reference that screen input in your Lookup - no variable required and therefore no assignment
All Answers
Have you figured out where the error actually occurs? Or is that message from your Account Fault Screen?
Something you can also do is include your variables in the screen (or email) for debug. I've had some Flow error out because a variable was actually NULL when it shouldn't be.
You can also use the Dev Consol to get more debug information. Set your Workflow to Finest and then run your flow. You'll get a whole mess of data.
For example, it could very well be faulting at your Assignment Element - which would stop the flow and therefore you never get to the Error Screen.
Try doing the dev console for debug...
else - as lame as it may sound -> Put a screen between the assignment and the Lookup and see what you get. If you get that screen then you know the error is happening after the assignment...
Also - what are you actually assigning? I'm assuming you're doing a lookup based on the email a user types up. You could just reference that screen input in your Lookup - no variable required and therefore no assignment
I've tried since posting is creating a normal Account Lookup. That works fine. I've never used the new sObjects or Fast lookups before so this is my first try. I'm going though some of Bill's webinars which seems striaght forward.
I've nevered used the Dev Console for debugging so not really sure what you're suggesting.