Skip to main content
Nintex Community Menu Bar
Question

Hyperlink/drill down

  • July 10, 2024
  • 2 replies
  • 16 views

Forum|alt.badge.img+3

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

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+11

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!

Forum|alt.badge.img+3

Thank you !
It worked like a champ.