function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SilkcutzSilkcutz 

Unhandled faults for site users

We have written a sub-flow which creates a support case for all faults. This has been very useful in allowing us to deploy and iron-out all the bugs. However, this does not appear to work for site users. How do others manage fault messages for site users? 

I think it may be site users do not have priviliges on the fault message and so attempts of us writing these to a case are failing. But could be wrong. 

Feedback would be greatly appreciated. 
Ashish_SFDCAshish_SFDC
Hi Silk, 


* Error handling is harder to handle in a flow. There are items called Faults that need to be built into a Flow.  They will catch exceptions and help you to route to the correct page, but a system generated error is still sent out by email when these happen.

http://www.sundoginteractive.com/sunblog/posts/to-flow-or-to-visualforce-that-is-the-question


See the below discussion for further information. 

https://developer.salesforce.com/forums/ForumsMain?id=906F00000009JO2


Regards,
Ashish