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
saransh paliwalsaransh paliwal 

Email : {!Contact.Owner's.Email}<br/> standard controller is contact ,how to solve it shows error

Sunil MadanaSunil Madana
hi, the below code should work and it is tested on contact layout page.
<apex:page standardController="contact" showHeader="true" sidebar="true">
    Email : {!Contact.Owner.Email}
</apex:page>
Thanks.
Sunil MadanaSunil Madana
If the above suggestion(s) worked, let us know by marking the answer as "Best Answer" right under the comment which will help the rest of the community should they have a similar issue in the future. Thanks.