Skip to main content

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

Makes sense. Several ways you can approach this, here’s one:


  1. Add a template to your field editor

  2. Use this HTML {{OrderNumber__c}} (substitute the sales order field API name)

  3. Template for the Win!


Thank you !
It worked like a champ.