Body
Overview
A commonly asked question by many organizations is "How do we include the TDNext and/or TDClient links within our Project Notifications?"
Project Notifications will either be triggered to auto-send or send to a user that is manually selected to be notified. For projects, the default design is not for the notification to include the URL that links to the project within both TDNext and/or TDClient.
Including Links in Notifications
To include the links, one must modify the Project Notification Template. A reference to how this is accomplished can be seen in the How to Edit Notification Templates with Admin Knowledge Base article.
To modify:
- Go to Admin.
- Click the Notifications section.
- Then click Project Notification Templates (See screen shot below)
- Then select the Project Notification Template you'd like to modify (See screen shot below)
- Click in the HTML code to begin modifying
- The change is all made within the HTML code, but is very simple. All that needs to be done is to remove two lines of code that are effectively hiding the TDNext and TDClient URL Links.
- The first will be: {{#IncludeTeamDynamixLinks}} and the second line to remove will be: {{/IncludeTeamDynamixLinks}}
- Once the code is removed, save the template and Enable the changes. (See screen shot below)