Notification Recipient Template Tag - Version 11.7

Hi all,

During the 11.7 Release Preview session I had asked a question about getting the TDX standard HMTL for the new "notified" section that was added to all non-customized notification templates.  I have looked back at the video, release notes and also previous questions and I cant seem to find it.  We (like many other clients) have customized our templates to align with branding (ie color) so we didn't have any updated automatically with the release.

If anyone could share with me the HTML for this boilerplate "Notified" section, it would be greatly appreciated:

Tags notification template html tag notified recipient
Asked by Taren Conley on Fri 6/9/23 3:59 PM Last edited Fri 6/9/23 4:00 PM
Sign In to leave feedback or contribute an answer

Answer (1)

This answer has been marked as the accepted answer
Brittany Renn Fri 6/9/23 4:08 PM

Hi Taren, 

Is the template tag itself missing for you as an option on notification templates or are you looking for the code specifically? I know we have a ticket open with you currently with the ID of 22911063 about the missing template tag, so I just wanted to clarify if this is in reference to the same issue. 

Thanks, 
Brittany Renn

TDX Support

No feedback
Hi Brittany,
This question is a little different than our open ticket -
Here I am just asking for the full HTML code for the new section that TDX added to its clients non-customized templates (so I can use it).
Let me know if you need any more information!
- Taren Conley Fri 6/9/23 4:20 PM
I'm pretty sure this is all that was added for the new section:
</tr>
<!--Notification Recipients-->
{{#NotificationRecipients}}
<tr>

Let me know if that was what you were looking for!
- Brittany Renn Fri 6/9/23 4:23 PM
Hi Brittany,

I am looking more for something like this:
QUOTE
{{#Description}}
<!--Description-->
<tr>
<td style="font-size: 17px; font-weight: bold; color: #515A61; padding-top: 10px; border-top: 1px solid #4caa51;">
Description
</td>
</tr>
<tr>
<td style="font-size: 16px; padding-top: 0px;">{{{Description}}}
</td>
</tr>
{{/
Description}}
UNQUOTE

but for the Notified 'box' that TDX added to the templates
- Taren Conley Mon 6/12/23 10:10 AM
I imagine it would look largely the same, however replace anything that says "Description" with "NotificationRecipients".

In the case of the {{{Description}}} tag though, you'd only want double mustache brackets around it, not triple brackets.
- Mark Sayers Mon 6/12/23 10:22 AM
Thanks Mark,
I did add the following to our template but the section did not appear in the preview...I can only assume the issue now is due to our open ticket: 22911063

QUOTE
{{#NotificationRecipients}}
<!--NotificationRecipients-->
<tr>
<td style="font-size: 17px; font-weight: bold; color: #515A61; padding-top: 10px; border-top: 1px solid #4caa51;">
NotificationRecipients
</td>
</tr>
<tr>
<td style="font-size: 16px; padding-top: 0px;">{{NotificationRecipients}}
</td>
</tr>
{{/
NotificationRecipients}}
UNQUOTE

THANKS FOR ALL YOUR HELP
- Taren Conley Mon 6/12/23 3:42 PM
If this is in relation to Project notification templates, then yes, it would be pending the outcome of that ticket. - Mark Sayers Mon 6/12/23 3:46 PM