Notify rules send comments to contact even when "Comment visible to guests" is unchecked
| Article:HOWTO10765 | | | Created: 2009-10-22 | | | Updated: 2010-12-08 | | | Article URL http://www.symantec.com/docs/HOWTO10765 |
Question
Why does the email that contacts receive include comments even when the "Comment visible to guests" checkbox is unmarked?
Answer
This happens when the email template specified in the notify rule includes the comment; this bypasses the value set by "Comment visible to guests". This is working as designed therefore, as the "Comment visible to guests" is only designed to hide comments from the end user console (Winuser).
To work around this, a new email template without the comments must be created, and a new notify rule that sends the template must be created. The existing notify rule is also changed. Note: Duplicate this process for any email templates and notify rules that send comments, such as the "Guest issue addressed" email template and "Notify contact when closed" notify rule.
The following describes how to perform this workaround, using the "Change notification" email template and "Incident changed" notify rule:
- In Helpdesk go to Admin > E-Mail Templates > List E-Mail Templates.
- Click on Change notification.
- Click on the Clone button.
- Change the name of the template, such as "Change notification without hidden comments".
- Scroll down to the following lines of code in the Body field near the bottom and delete them. This will remove the comment information from the email template.
<tr>
<td colspan="2" class="txtSubTitle">
Comment
</td>
</tr>
<tr>
<td colspan="2" style="padding-left:20px;" class="txtMsgValue">
WORKITEM(workitem_comment)
</td>
</tr> - Click on the OK button.
- Go to Admin > Notify Rules > List Notify Rules.
- Click on Incident changed.
- Click on the Clone button.
- Change the name of the notify rule, such as "Incident changed without hidden comments".
- Select the new email template in the Send e-mail section.
- In the And section, near the bottom, click on the dropdown menu and select <Advanced condition>.
- Click on the Add button.
- In the When field, enter workitem_comment_visible_to_guest
- Leave the middle section to Is the same as.
- In the bottom field, enter 0
- In the Compared as field, choose Number.
- Click on the OK button.
- At the bottom of the page make sure the following are set:
Visible = unchecked
Locked = checked
Default = checked
Active = checked
- Click on the OK button.
- Go to Admin > Notify Rules > List Notify Rules.
- Click on Incident changed.
- Click on the Edit button.
- In the And section, near the bottom, click on the dropdown menu and select <Advanced condition>.
- Click on the Add button.
- In the When field, enter workitem_comment_visible_to_guest
- Leave the middle section to Is the same as.
- In the bottom field, enter 1
- In the Compared as field, choose Number.
- Click on the OK button.
- At the bottom of the page make sure the following are set:
Visible = unchecked
Locked = checked
Default = checked
Active = checked
- Click on the OK button.
|
|
Legacy ID
49765
Article URL http://www.symantec.com/docs/HOWTO10765
Terms of use for this information are found in Legal Notices









Thank you.