- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2016 10:59 AM
I've created a Template that I assumed would copy across a field value from a referenced table using the simple ${u_order_number.number} method but simply inserts '${u_order_number.number}' rather than the value. Is there a way to get field values onto a record using a template?.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2016 05:14 AM
This is not possible. The values in your template have to be fixed. You cannot have logic, script or referenced values in the template.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2016 09:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2016 01:06 AM
Thanks Samiul but I think you're looking at a different table to me. I'm trying to achieve this using a standard Template (sys_template). I think you're on the Email Templates table there (sysevent_email_template).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-18-2016 02:42 PM
Hi Wayne,
Apologies, yes, I assumed you were inquiring about sysevent_email_template table.
In any case, have you tried using {u_order_number.u_number} instead of {u_order_number.number} ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2016 02:09 AM
I tried using one of the fields on the form rather than dot walking and it still didn't work. There doesn't seem to be this mechanism for standard templates.