How to show a link with text in record detail page in salesforce - Salesforce Globe For You
Solution: We may need 3 fields to do it.
1) one text field to store the display text of the link
2) one url field to store the actual url
3)One formula field(text) to display the actual text with hyperlink.
Example:In Lead Object ,created 3 fields.
URL_Text__c text field
URL_Field__c url field
URL_Link__c formula field(text) HYPERLINK( URL_Field__c , URL_Text__c, 'Self')
Output:
No comments:
Post a Comment