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
Omi DeshmaneOmi Deshmane 

How to Change the label on a standard button

I have Standard button on Quote (Create PDF), for which i need to change the label. I have created custom button with required name and tried to replaced the Standard button by giving URL of Standard button. but its not behaving same as Std button.
below is my custom button formula.
Content Source is URL
Behavior : open in existing window

{!URLFOR($Action.Quote.CreatePdf,Quote.Id)}

anybody has idea on this.
ravi soniravi soni
hi Omi,
you can not change the standard button label.
Thank You
 
Omi DeshmaneOmi Deshmane
@veer,  I am not updating the Standard Button Label. I created custom button and which should work same as Standard Button. So I will hide Std Button and use custom button which will behave same as Std button.
Thats why I passed the URL of Standard Button
AbhishekAbhishek (Salesforce Developers) 
https://salesforce.stackexchange.com/questions/151237/changing-label-of-a-standard-button-in-lightning-experience#:~:text=You%20cannot%20rename%20the%20labels,to%20change%20relationship%20to%20lookup%20.

Your query is answered here.

Try the suggestions mentioned above.