Issue with email notification "Note about Status Update"

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Paulina
    Member
    • Feb 2022
    • 41

    Issue with email notification "Note about Status Update"

    Hello,

    In Template Manager I have "Assignment :: Task" template which looks like this:
    Click image for larger version  Name:	image.png Views:	0 Size:	59.9 KB ID:	113159

    User receives email like this, the number is the same number like in the Task record:

    Click image for larger version  Name:	image.png Views:	0 Size:	28.4 KB ID:	113161

    Then Task status changed, user also receives Email notification from Template Manager -> "Note about Status Update":

    Click image for larger version  Name:	image.png Views:	0 Size:	28.5 KB ID:	113162

    But the number in the received email is different from the one in the actual Task record. Here is the same Task email notification:

    Click image for larger version  Name:	image.png Views:	0 Size:	22.2 KB ID:	113163

    Can someone explain why the number is different from the actual one then user receives a status update notification? Where does this number come from? The task record does not have such a number. I look forward to your suggestions. Or is this a bug in the CRM?​
    Last edited by Paulina; 12-18-2024, 08:41 AM.
  • yuri
    Member
    • Mar 2014
    • 8438

    #2
    Hi Paulina,

    For assignment notifications it applies an entity. For status notification it applies the note record. The note entity type has 'number' field too. It's problematic to change it as it's a breaking change.

    Maybe {{parent.number}} will work for you.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment


    • Paulina
      Paulina commented
      Editing a comment
      Thank you for the explanation. But {{parent.number}} did not work, there is no number at all in email notification Are there any other solutions?
  • yuri
    Member
    • Mar 2014
    • 8438

    #3
    I don't think I know the solution.
    Last edited by yuri; 12-17-2024, 01:44 PM.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • yuri
      Member
      • Mar 2014
      • 8438

      #4
      Maybe consider using a Workflow rule instead?
      If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

      Comment

      • Paulina
        Member
        • Feb 2022
        • 41

        #5
        How does the system know which template to use? Is it possible to create custom status notification templates for different entities, such as Case or Task, and use them instead of the default system templates?

        Comment

        • yuri
          Member
          • Mar 2014
          • 8438

          #6
          The problem is that status email notification is the same for every entity type. The same template is used.
          If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

          Comment

          Working...