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
sundhar.mks1.3962649227519546E12sundhar.mks1.3962649227519546E12 

How to override the Edit button?

Hi,
How to override the Edit button in PricebookEntry object, there is no visible to button option. where i find the edit button in pricebookEntry

Thanks
Pankaj_GanwaniPankaj_Ganwani
Hi,

The PriceBookEntry record is created when a product is added to any PriceBook. This is internally handled by salesforce. PricebookEntry record is the association between Product and PriceBook. There is no edit or create buttons related to PricebookEntry records in salesforce.
sundhar.mks1.3962649227519546E12sundhar.mks1.3962649227519546E12
Hi Pankaj,

Thanks. Is this any other way to override the pricebookEntry "Edit" button? I have created custom visualforce page for pricebookEntry it's works well.
My Requirement is when the pricebookEntry price change i need to send emailNotification.

Thanks.