Use this simple form to create Salesforce buttons that you can turn into images and use in the Salesforce.com UI. Salesforce.com doesn't let us put real buttons in the UI, but we can create hyperlinks that call S-Controls, and if you put an image of a button in that hyperlink, it looks just like a Salesforce.com button.
Button 1: | |
Button 2: | |
Button 3: | |
Button 4: | |
Here's a sample hyperlink formula that calls an S-Control and looks like a Salesforce.com button:
HYPERLINK("/servlet/servlet.Integration?lid=01N300000008kgN&eid=" & {!Id} , IMAGE("/servlet/servlet.ImageServer?oid=00D304000000xYG&id=01530000400F5uW", "Create a New Opportunity"))
Brought to you by gokubi.com