Hi there,
I am trying to modify the new lead template that is in Template manager, but am having trouble displaying a linked record?
This is what I currently have:
The following {{Park.name}} Lead has been assigned to you to action:
Name: {{name}}
Email Address: {{emailAddress}}
Phone Number: {{phoneNumber}}
An information pack has already been emailed to the lead.
I have an entity called 'Park' which has a many-to-one relationship (many leads to one park). I want to display the 'name' field from the 'Park' entity in the email above, but no combination of {{}} tags I try seems to work.
Does anybody know the tag format for linked entities?
Thanks in advance!
*EDIT - This is in the ESPO Template Manager, not Email Templates (so there are no 'Placeholders' dropdown), and I have tried the placeholder {{Lead.ParkName}} which does work in the Email Templates, but not the auto-emails (Administration > Template Manager)
I am trying to modify the new lead template that is in Template manager, but am having trouble displaying a linked record?
This is what I currently have:
The following {{Park.name}} Lead has been assigned to you to action:
Name: {{name}}
Email Address: {{emailAddress}}
Phone Number: {{phoneNumber}}
An information pack has already been emailed to the lead.
I have an entity called 'Park' which has a many-to-one relationship (many leads to one park). I want to display the 'name' field from the 'Park' entity in the email above, but no combination of {{}} tags I try seems to work.
Does anybody know the tag format for linked entities?
Thanks in advance!
*EDIT - This is in the ESPO Template Manager, not Email Templates (so there are no 'Placeholders' dropdown), and I have tried the placeholder {{Lead.ParkName}} which does work in the Email Templates, but not the auto-emails (Administration > Template Manager)
Comment