Create Your Own Salesforce.com Buttons
Last Updated on Tuesday, 23 May 2006 03:26 Written by Steve Tuesday, 23 May 2006 03:26
Easily create your own button-like images for Salesforce.com with my new Salesforce.com-ish Button Creator! Put any text you want into an image that looks just like a Salesforce.com button (examples).
Use your button images to fire off S-Controls and fool your users into believeing they’re using Salesforce.com standard functionality!
Comments
Powered by Facebook Comments
Hi Steve,
Nice work. Recently I have been converting all my “Custom Links” to buttons. Not only for aesthetic reasons but also for ability to hide/show buttons (or change their title) depending on other field values.
Cheers
Tomasz
Steve – This is neat!
I’m new to HTML.
The syntax seems to be correct, clicking the “image” works – but what’s the reason why my buttons won’t show? They’re x’d out inSF. =\
Tomasz, I too like the conditional hiding of hyperlinks. Plus you can put them anywhere in the page layout!
Steve – This is Awesome! very cool! I hope you don’t mind I emailed my 170 users from my user group and email all the user group leaders of Salesforce about this blog.
This is good stuff. please demo at the Annual User Conference!
Christine – be sure to save the file as a “GIF” or “PIC” not a jpg. I did this and it took me 20 mins to figure out why SFDC wasn’t showing the button.
here’s another example of a link with explaning each piece.
HYPERLINK(“place URL where button should take them too”, IMAGE(“/servlet/servlet.ImageServer?oid=[put your org id here]&id=[put document image id here]“, “[can leave blank since you're image has the text]“))
Fifedog, thanks for pointing out that jpg’s don’t work. I hadn’t tried that. And thanks for forwarding my site on to your users!
FIFEDOG – THANKS!
Hi All – trying to implement the buttons with no success – I see the text hyperlink but not the image. Have tried both png and gif formats, and obviously screwing up the link to image. Could someone please reconfirm for me that the following kindly offered from Fifedog works?
HYPERLINK(â€place URL where button should take them tooâ€, IMAGE(â€/servlet/servlet.ImageServer?oid=[put your org id here]&id=[put document image id here]â€, “[can leave blank since you’re image has the text]â€))
Cheers,
Carl
Ok – now I can confirm my link to image is fine because I copied it from the ‘link properties’ feature of Firefox. Still doesnt show the image? Folder is all user access and image available for external use…. stumped…
Hi, We want to add new custom button next to standard button ‘new’ under opportunity section We do not want to override ‘new’ button but add new button. In button and links section it only allows to add buttons under details page not next to ‘new’ button when user clicks opportunity tab. Let me know how to add this button when user clicks opportunity tab one extra button should be displayed next to ‘new’ button.
Amit Lohogaonkar
amit@varstreet.com
When you click the New button, look at the URL that you land on. Then create a button that points to that URL and put it anywhere you want.