Well it gives you a drop-down for "field type", so...
# general
r
Well it gives you a drop-down for "field type", so for example I would choose field type = "Customer", then in field I would select "ID". The resulting tag is ${customer.entityId}
v
I’m gonna go test it out now and let you know how we do this. I’m sure I’ve done this before it’s just been awhile since I’ve been in my templates
r
Thanks so much! Greatly appreciate the help
v
hey there, here's a quick snip out of ours
This order was entered on: ${transaction.createdDate}<br /> Proof Type: ${transaction.CUSTBODY_HUB_PROOF_TYPE}<br /> Payment Terms:<#if (entity.terms)?has_content>${entity.terms}<#else>${company.terms}</#if>&nbsp;<br /> Repeat PO #: ${transaction.CUSTBODY_HUB_REPEAT_PONO}<br />
this one runs off a sales order and grabs fields from the entity/customer
a good way to test if your refs work without having to check the whole template is go onto whatever record , pretend like youre going to do an email off it, reference the fields you wanna test in the message and hit preview to see which ones work
also try ${customer.accountNumber}
r
That's a really good idea. Thanks for the detailed reply!
v
np.. if you still have trouble feel free to DM me screenshots of what you need help with