You need to sign in to do that
Don't have an account?

Change label on a standard button
Is it possible to change the label on a standard button on a standard Salesforce page (e.g., change "Add Product" to "Add Line Item")? I could create a custom button ---- but how do I find the appropriate Button/Link URL to include for Add Product functionality?
If you have a SControl embedded in Standard detail page, the label of the standard button could be changed.
I did it earlier. Let me know if you are using it.
If you are not using SControls try to get the URL of the button and add to your custom button code. Make few changes to make it work
{!URLFOR($Action.<<StandardObject>>.<<Button Name>>)}
All Answers
If you have a SControl embedded in Standard detail page, the label of the standard button could be changed.
I did it earlier. Let me know if you are using it.
If you are not using SControls try to get the URL of the button and add to your custom button code. Make few changes to make it work
{!URLFOR($Action.<<StandardObject>>.<<Button Name>>)}
Thanks! Just needed to add a parameter - {!URLFOR($Action.OpportunityLineItem.AddProduct, Opportunity.Id )}
Hi,
this looks filling our need.
Does this work for custom object as well ?
It's not clear where should I put the {URLFOR($Action.CustomObject.buttonname)}
I mean this would just redirect the custom button to the existing action ? or would actually change the label of the button on a standard page.
thanks
Alex
Hi Imran,
I am working on lead page in salesforce and i want to change the label on standard button "Find duplicates" to "Find duplicates/Convert ".I want the functionlaity working the same just need to change the label name.I am new to salesforce and i need to know that how can i change the name. please help me
thanks
salesh