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
NLTNLT 

Event registered in case of deleting the product in 'Edit All Products' button.

Need to know how the event is getting registered in case of deleting the product in 'Edit All Products' button.
SwethaSwetha (Salesforce Developers) 
HI NLT,
Please include more details on the event you are referring to and the click path of 'Edit All Products' button. Thanks
NLTNLT
Hi Swetha,

The event I am referring is trigger event that is happening when deleting the product in 'Edit All Product' button, the path for it is as follows.

1. click on Products related list on opportunity.
User-added image

2. Then click on the 'Edit Products' button.
User-added image

3. Now click on the delete icon of product and save, during save need to know which trigger event is occuring.
User-added image