Hello,
I want to print the entities first name and phone number on a ticket.
As a test I have inserted {ENTITY DATA: First Name} but it does not work.
Can anyone shed any light on my syntax issue?
Thank you
Hello,
I want to print the entities first name and phone number on a ticket.
As a test I have inserted {ENTITY DATA: First Name} but it does not work.
Can anyone shed any light on my syntax issue?
Thank you
Have you got a field in your entity called First Name? Can you show a screen shot of your entity setup and fields
The default field I think is just name, so if you want to split it up you’ll need to create First Name and Second Name fields to then be able to use the tag you are trying
Rick H - I do have a First Name field, I also tried “Name” and it does not insert the name.
Is it inside the entities section on the template?
If its in the layout (well not in entities section) that tag wont work as doesnt know which entity type your refering to…
Show your entity setup with fields and your printer template
Fixed it; syntax issue on my end, should have been:
{ENTITY DATA: Members: First Name}
So you are probably using it outside of the entities section.