Skip to main content
Nintex Community Menu Bar
Question

Template field Allow HTML""

  • July 10, 2024
  • 3 replies
  • 15 views

Forum|alt.badge.img+3

I have created a Template field and checked the box “Allow HTML” I add the flowing syntax

{{AcctSeed__Billing__r.AcctSeedERP__Sales_Order__r.Name}}

The end result should display the Sales Order Name(number) and the users should be able to click on the Sales order number and be taking to the that Sales Order. The Sales order number does show up however when the number is clicked the user is taking to a billing object, I can get to the sales order from the billing object but was hoping to save a step and get directed straight to the sales order itself.

Any help would be greatly appreciated

Thank,
The new guy

This topic has been closed for replies.

3 replies

Forum|alt.badge.img+8

Hey Daniel, just a thought - its possible the ‘Id’ field is coming from a different Model than the Sales order - does the Id field correspond to a ‘Billing’ object?

You could always get the Id of the sales order by just replacing ‘Name’ with ‘Id’, so…

{{AcctSeed__Billing__r.AcctSeedERP__Sales_Order__r.Name}}

does that work?


Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

Thanks Greg.  That is exactly what I was going to say… 


Forum|alt.badge.img+3

Thank you ! It solved the issue.