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
putuaaputuaa 

Error running flow on Site

Hi,

 

I've a visualforce page that embedded with flow using <flow:interview> tag. My flow running correctly on salesforce.com environment. In this flow there is Record Create element. This flow can create Contact and Custom Object named Registration.

I've also set up Site so that visitor can running this flow. I've also set the public access setting for this site that allow user to read and create standard and custom object.

The problem is when visitor have reached step 6 / 7 and hit Next button there is error message about authentication. From what I've seen is that the error occurs when Custom Object is created from Record Create element in the flow. But what makes it bizzare is the flow running smoothly on salesforce.com Flow manager

Below is my site link so that you guys can help me troubleshoot this issue.

 

http://blueberry-services-developer-edition.na9.force.com/EventRegistration

 

Thanks & Regards

 

Best Answer chosen by Admin (Salesforce Developers) 
AmitSahuAmitSahu

Did not get any issue ..!!!! The entire flow was over without any error.

All Answers

AmitSahuAmitSahu

Did not get any issue ..!!!! The entire flow was over without any error.

This was selected as the best answer
InternalServerErrorInternalServerError

Make sure that the 'guest user's profile has the required access to that custom object. Also, make sure the user has access to any field or page used.