I have a created a New Account detail page which contains a table , in this table i have added several fields which contain information about previous orders such Order number , Total $ amount etc. Is there a way to make the Order number field a clickable link so when it is clicked on it takes the user to the actual SalesOrder?
Hope this makes sense.
Many Thanks
Page 1 / 1
Makes sense. Several ways you can approach this, here’s one:
- Add a template to your field editor
- Use this HTML {{OrderNumber__c}} (substitute the sales order field API name)
- Template for the Win!
Thank you !
It worked like a champ.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.