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
SabrentSabrent 

Hide custom field on a standard page layout of a custom object

On a standard page layout, (It's a detail page layout), I am trying to show/hide a custom field which is a text field based on a check box field.

 

I realize I would have to inject some code within the standadard page layout but not sure how to go about doing this.

 

Any suggestions?

 

Thanks.

 

Satish_SFDCSatish_SFDC
Edit the Pagelayout and remove it from the page layout. You can simply drag it off to the panel above.


Or

do you want to show / hide based on user interaction? In this case you will have to use VF
Regards,
Satish Kumar
georggeorg

Hi,

 

You can use home page component and AJAX Tool kit to implement custom functionality on a standard page please visit the below link :http://learnsfdc.blogspot.in/2013/08/predictive-search-on-field-in-standard.html

 

Hope this Helps:-)

 

Thanks,

George