Announcement

Collapse
No announcement yet.

Template Variables

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Template Variables

    When creating a new template I am using variable like {Person.name}, but when composing email using that template I don't see 'Person' in Parent dropdown. When email is sent {Person.name} is not rendered, Please guide on this. Thanks.

  • #2
    Hello
    source file application/Espo/Services/EmailTemplate.php

    Person is set:
    - If entity related to email is instance of Person (Contact, User, Lead) (Entity related is getting from base by email address).
    - If parent of email is instance of Person

    Comment


    • #3
      Please share the complete code.

      Comment

      Working...
      X