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
BhawnaBhawna 

Override New Button in Related List

Hi, How can i override a New button of a related list of any object say Opportunity? I want to perform some custom actions when adding any item from related list. How can i achieve this? Thanks.
Best Answer chosen by Admin (Salesforce Developers) 
Greg HGreg H

If you override the New button then the override will happen whenever a user clicks "New" regardless of where the "New" is clicked. To override the new button for Opportunity simply follow these steps:

Setup > Customize (Under App Setup) > Opportunities > Buttons and Links > Override (Next to New)

-greg