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
p100p100 

Owner field lookup in VF

Hi

 

When i add

 

<apex:outputField value="{!Project__c.Owner.Name}"/> 

 

with inline editing, the inline editing doesn't work and i dont get the user lookup option. Its working for all other fields on my page, and ideas how to resolve?

 

Thanks

Best Answer chosen by Admin (Salesforce Developers) 
sfdcfoxsfdcfox
Use {!Project__c.OwnerId} instead.