Search Community
- Force.com Discussion Boards
- :
- Salesforce User Discussions
- :
- Best Practices Discussion
- :
- Create Salesforce buttons (was: Creating Hyperlink...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Create Salesforce buttons (was: Creating Hyperlinks that fit into the UI: using "buttons")
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-23-2006 04:24 PM - last edited on 05-23-2006 04:24 PM
Code:
HYPERLINK("/servlet/servlet.Integration?lid=01N300 000008kgN&eid=" & {!Id} , IMAGE("/servlet/servlet.ImageServer?oid=00D3040000 00xYG&id=01530000400F5uW", "Create a New Opportunity"))The first half of the hyperlink field is building the link, the second half is displaying the button image from the Document library.I've built a handy dandy button creator that will help you create images to use in this way.
Enjoy,
Steve
Message Edited by Kingsley on 06-30-2006 03:56 AM
Re: Creating Hyperlinks that fit into the UI: using "buttons"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-24-2006 04:58 AM
One question: does anyone know how to use a button on a custom web link?
Re: Creating Hyperlinks that fit into the UI: using "buttons"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-24-2006 12:33 PM
Re: Creating Hyperlinks that fit into the UI: using "buttons"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-25-2006 10:13 PM
Your button creator is great. Thanks for sharing!
-- Rhonda
Re: Creating Hyperlinks that fit into the UI: using "buttons"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-26-2006 07:54 AM
sounds like a good feature requst.
Salesforce Developer Evangelist
Check out the developer documentation | Got an idea? | Vote for this Idea!
Re: Creating Hyperlinks that fit into the UI: using "buttons"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-27-2006 01:02 PM
http://forums.crmsuccess.com/sforce/board/message?
Re: Create Salesforce buttons (was: Creating Hyperlinks that fit into the UI: using "buttons")
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-11-2006 06:32 AM
Re: Creating Hyperlinks that fit into the UI: using "buttons"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-13-2006 05:25 PM
IMAGE("/servlet/servlet.ImageServer?oid=00D3040000 00xYG&id=01530000400F5uW"
Thanks
David
Re: Create Salesforce buttons (was: Creating Hyperlinks that fit into the UI: using "buttons")
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-13-2006 05:37 PM
Thanks
David
Re: Create Salesforce buttons (was: Creating Hyperlinks that fit into the UI: using "buttons")
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
08-24-2006 07:46 AM
I add a button generated by your saleforce button generator, and it very cool
So, its open a new brower. How can I open the scontrol in the same window ?
Code:
HYPERLINK("/servlet/servlet.Integration—lid=00b000 00006xAGx&eid=a0L00000000CdPM" , IMAGE("https://EXTERNAL_SERVER/SubmitWO.GIF", "Create a New Work Order"))
Thanks
