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
MayankDkPantMayankDkPant 

Field On Detail Page

Hi,

 

I have created a field in contact page and that field is updated by a workflow from another object. That field is visible to everyone but not editable. I want that field to be removed from contact page when we create a contact and should only be shown in Detail page. Is there any way to acheive this functionality.

 

With Regards,

Mayank Pant

 

wt35wt35

I think the only way is to create a Visualforce page that does not contain this field, and override the New" button with that page.