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
naresh johnnaresh john 

How to customize a contact page

HI Every one,

 

    How to customize a standard object(Contact). I want to show my own table in every contact page and I want to display desired information in that table related to that user. I want to display this information with apex class and visualforce page.

 

Firstly is it possible. If possible how to achieve that. Please provide me some information.

 

Thanks,

Naresh.B

Pradeep_NavatarPradeep_Navatar

This can be done by overriding a New / Edit button and place your custom visualforce page there.

 

naresh johnnaresh john

Thanks for the reply.

 

 Is it not possible to add a table in the contact page. In that table I want to add desired information related to the contact.

 

Thanks,

Naresh.B