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
ScarScar 

Javascript or jquery on standard pagelayout

 

Hi everyone!

 

is it possible to use jquery or javascript to get an on change event for a custom field on a standard page layout in salesforce?

Vinita_SFDCVinita_SFDC

Hello Scar,

 

It is not possible to add custom JS on standard page layout. You can create a visualforce page and include JS/jquery in it.