Hi, in V5.5.0 you integrated a template manager. This is a great improvement, thanks a lot. My question: can I use fields from related entities? e.g. I have a related entity "location" to the entity "meeting". Is it possible to use the adress content from entity "location" in the template "Invitation:: Meeting" or is it only possible to use fields directly from the entity "meeting"? Kind regards Michael
Announcement
Collapse
No announcement yet.
Template Manager
Collapse
X
-
Hi Michael,
In most cases it's disabled, in invitations particularly. It's made for the sake of performance.
You can change the last argument from true to false:
https://github.com/espocrm/espocrm/b...tions.php#L148
but changes can be lost after an upgrade.
Or you can create a foreign fields for Meeting and then use them in your template.
I will consider to make it available for Invitations.
Comment