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
JwainstainJwainstain 

custom button to modify a custom field

hi,

 

I'd like to create a custom button list to make mass modification of a custom field in a list of Leads.Typically, I've created a field called "Priority" in the Lead object, and I'd like now to create a button in the Lead list to "Modify the Priority".

 

Any idea how to do this ?

thanks

J.

marco_29marco_29

You will need a visualforce page to update the value.

Then attach this vf page to your custom button