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
AbAb 

Override a standard salesforce page

Hello,

I want to overide a standard salesforce edit  page (in loightning interface), ony when a new button is clicked with a custom page .
It has a lookup field, currency and thetext field.

how can i do it, ? thank you
Best Answer chosen by Ab
AbhishekAbhishek (Salesforce Developers) 
You can try based on the below article,

https://help.salesforce.com/articleView?id=links_customize_override.htm&type=5

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.

All Answers

AbhishekAbhishek (Salesforce Developers) 
You can try based on the below article,

https://help.salesforce.com/articleView?id=links_customize_override.htm&type=5

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.
This was selected as the best answer
ShirishaShirisha (Salesforce Developers) 
Hi Sandrine,

Greetings!

Yes,you can achieve this by creating the Lightning component and please find the sample code in the below blog and make changes to the code according to your business requirement.

https://gist.github.com/afawcett/d510e2d7a25daaf8b8ea9e96bbd3b4e0

Kindly mark it as best answer if it helps so that it can help others in the future.

Warm Regards,
Shirisha Pathuri