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
yagnayagna 

Sites - Developer Edition

Hi I am trying to develop a SFDC site for one of our customers. We would like to show some records of a custom object in our SFDC Site. This page is available for all users outside our system, we would not like to have any type of login and we want our users to navigate through different pages of this site.

 

I followed the getting started guide to create a Site. I dont have Login enabled for Customer Portal or to Partner Portal.

 

Now when someone tries to access Site URL directly it directs them to Authorization required page. Am I missing something? Some Profile permission or something?

 

I am trying this out in my developer org first. Please suggest.

 

 

Best Answer chosen by Admin (Salesforce Developers) 
BulentBulent

you need to check the following for your site:

1- related objects have the read permission 

2- field level visibility is set properly

3- visualforce pages are enabled for sites (you can not display standard pages via sites)

4- sharing settings give proper access to site user

5- related custom objects are in "deployed" status