What can be used to override the account standard edit button

31    Asked by DavidWHITE in Salesforce , Asked on Apr 23, 2024

I am a Salesforce developer and I am tasked with customizing the user interface for account management. How can I use the Visualforce page or even lightning Component to overwrite the standard “Edit” button functionally on the account object? 

Answered by debbie Jha

 In the context of Salesforce, here are the steps given below of how you can use the Visualforce and lightning Component to overwrite the standard “edit” button functionally on the account object in Salesforce:-

Using a Visualforce page:

Create a Visualforce page

Firstly, you would need to create a Visualforce page named “customAccountEdit” which would serve as the custom edit page for the account object.


   

       


Your Answer