In Salesforce, We need to show the owner details for separate record We give the solution below. It will help to you if you face this issue.
1. Create visualforce. 2. Try the below code in your page {!ObjectName.Owner.name}<br/> {!ObjectName.Owner.title}<br/> {!IF(ObjectName.Owner.Email!=null,"E:","")}{!ObjectName.Owner.Email}<br/> {!IF(ObjectName.Owner.phone!=null,"P:","")}{!ObjectName.Owner.phone}<br/> {!IF(ObjectName.Owner.MobilePhone!=null,"M:","")}{!ObjectName.Owner.MobilePhone}<br/> {!IF(ObjectName.Owner.Fax!=null,"F:","")}{!ObjectName.Owner.Fax} Link:<a href="www.merfantz.tn.in">www.merfantz.tn.in</a> 3. Click Save 4. Click Preview then, add the id of the record (highlighted area) in the URL. 5. You will get the below result. We are the ISV Partners and Please reach us for custom development => www.merfantz.com -----------------Hope this will help you!------------------