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
CodeBeeCodeBee 

some user can view the site page, some seeing maintenance page

Good day All,

 

I create a site however some users can see the page but some are in fact having maintenance page, not sure if anyone encounter this before ? the site suppose to be publicly access as data entry form, not sure if any setting that i miss out ?

 

Thank you !

 

 

Melvin_DeveloperMelvin_Developer

Hi,
You havn't provided much information as to the problem, but Just because the site is publicly available doesn't mean that all the pages and content is! I think the first thing you should do is check the security on your visualforce page to ensure it and any fields displayed within it have been made available to all users.

CodeBeeCodeBee

Thanks Melvin for the clue, when you mentioned made available to all users, do you really meant we set the field for all profile ?

CodeBeeCodeBee

What about the fields or object that used in controller, would it need to be grant as well ?

 

Between, there are some field that like "Opportunity.owner.email", where should i grant it ?