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

How to make Account Id clickable(Hot link) in SF
Hi
Lets say we Clicked Account tab. Number account records have been displayed. It has field Contract Id .
As of now it is just a non clickable field. I need to make it a hot link, so that as soon as user clicks on it, it should take to the Contract Page.
Any Idea how to do that???
Lets say we Clicked Account tab. Number account records have been displayed. It has field Contract Id .
As of now it is just a non clickable field. I need to make it a hot link, so that as soon as user clicks on it, it should take to the Contract Page.
Any Idea how to do that???
If Contract Id is a Lookup type field you'll get a link automatically... so must not be so.
So if you have the actual Contract Id on the Account record and it's not a Lookup, you could try creating a formula text field and using the HYPERLINK() function.
Ex: HYPERLINK(https://na6.salesforce.com/theContractId, 'Link to Contract')