You need to sign in to do that
Don't have an account?
Bibek Rath
Rename "Convert Lead" option on Blackberry
Hi,
How do i rename the Convert Lead option on the Leads page (on Blackberry) to another name.
For e.g Instead of "Convert Lead", the option should be "Submit Lead".
Thanks
Bibek Rath
create a custom button called "submit lead" which links to the url of "convert lead", then hide "convert lead" in pagelayout
I have tried that. However, the Custom Buttons are not visible on Blackberry.
have you added the button in pagelayout? After creation, it is not automatically visible, you have to manually do it.
It is visible on the standard page lay out for Leads. Have you ever created a custom button to be visible on Blackberry?
then you can create a mobil link instead
Thanks, I have created a mobile link already. It is working when i use it from web but not from BB.
When i click on the mobile lnik on BB, it gives an error.
It prompts the following:
You are attempting to open a secure connection to:
-continue
-close connection
- view certification
- Don’t ask again
When i click on continue, it gives an error.
I think it is faling beacuse it is trying to open VF page.
I guess you create a vf link, maybe you can try with weblink, something like this
weblink:/lead/leadconvert.jsp?retURL="%2F"+"&Id"&id="&Id"
I haven't tried with relative url before, not sure it works or not.