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
orawan_CMPDorawan_CMPD 

My Site force not appear my record


We try to setup site on sandbox and set permission for guest user to read only with account object then we created visual force page for this site. our site can see records 

with admin preview but for public site we can't to see records (http://cmpd.crp1.cs6.force.com/Property) we already set permission for object and fields also.

what would we need to do anymore?

 

My Site :

 

Guest Profile :

 

Object Setting :

 

Field Setting :

 

Preview with admin :

 

Direct to Plubic Site :


 

NikuNiku

Please check whatever visual force Page you are using that should be added in the Site as well as the Controller Class shuold be added in the Site.

 

Also check that all the fields on the account object have read acces for the Guest profile

mikefitzmikefitz

Also, ensure that sharing rules are setup correcty for public users to read the object.

 

1. create a public group with the public site user( view users within the site porfile for the name)

2. Create a sharing rule for the new public group

 

Good Luck!