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
Marketing 20112Marketing 20112 

Call javascript when editing a field

I want to use javascript to send a http request when editing the stage field on the opportunity page. 
I can't find where I can inject this javascript. Do I override the default edit button? Or is there a way to write a custom field that triggers a javascript when its edited?

What is the simplest way to do this?