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
Pritam Patil 19Pritam Patil 19 

Lookup field not visible in Partner Community

Hello,
     I have created a Visualforce page which is using a custom object as a standard controller and has 2 fields which are lookup to another custom object. I have checked the Security Settings all fields are kept visible for the Profile of community users. But when I use the page through the partner community these two fields are not visible.

VF Code:
<apex:inputField styleClass="inputfield" value="{!Class__c.Coach__c}" />
<apex:inputField styleClass="inputfield" value="{!Class__c.Assistant_Coach__c}" />

Thanks.
James LoghryJames Loghry
You'll want to go into the Site and make sure the anonymous user also has access to the custom fields / lookups and related objects.