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
joestuartjoestuart 

Product Field's not returning on force.com site

Hello friendly people,

Over the weekend my site has stopped working correctly.  I have isolated the problem and it seems to be the Product obj's fields that won't display.

They display when I am logged in and preview the Visualforce page but when I view without being loggin into SFDC on the force.com URL it dosen't display the fields.  I have checked the field level security and it has read enabled.  

I'm still on Summer '18.

Did something happen over the weekend?  My code has been working for the last 6 months with no issues.
FYI this is my code:
<apex:outputField value="{!Product.Standard_Investment_Details__c}"/>

Thank you for your help.
Best Answer chosen by joestuart
joestuartjoestuart
Yes that was the issue  https://help.salesforce.com/articleView?id=000273124&language=en_US&type=1 
I had to reassign the Access Setting to the User Profile to re-include products. Thanks for your help.

All Answers

Raj VakatiRaj Vakati
Over weekend there was a winter release for few instances .. I am not sure this will be the reason because of its a custom fields 

Can you check the debug logs why it is happening? 
joestuartjoestuart
Yes that was the issue  https://help.salesforce.com/articleView?id=000273124&language=en_US&type=1 
I had to reassign the Access Setting to the User Profile to re-include products. Thanks for your help.
This was selected as the best answer