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
Balasubramani DhanapalBalasubramani Dhanapal 

How to create an pop up alert for field is amended??

Hi All,
              How to  create an  pop up alert for  whenever the  Custom field (Booked with customer) is amended. 

API NAME : Booked_with_Customers__c(Picklist)

Please any one help me 

Regards,
Bala
pconpcon
What do you mean when it is amended?  Do you want it when the user changes the picklist on the edit screen?  When someone adds a new picklist option via set up and a user is on the edit screen for that object?

Can you please expand on what you are looking to do?
Balasubramani DhanapalBalasubramani Dhanapal
Hi Pcon,
           Yes, I want  when the user changes the picklist on the edit screen.


Regards,
Bala
pconpcon
To do this you'd have to make the edit screen a Visualforce page and add either javascript to monitor the change of the picklist, or using the VF onChange attribute to show the pop-up.
Sagar PareekSagar Pareek
The simplest way is to make visualforce page just same as that of the standard one and on the custom field use javaScript.