- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2019 10:10 AM
Hi All ,
Can someone help me with this email issue i am unable to resolve .
Client asked me to create a new UI Action on Incident form called 'Convert to Task' , Clicking this button will convert a incident to TASK and all fields copied over to Task that got created . and in same request client asked me to add new status for 'Incident state field' called 'Closed converted to task' . when we click UI action then Incident is marked as Closed converted to Task and Task is generated .
I created email notification to fire when incident state is 'Closed converted to task' , when i preview this notification nothing is in the notification preview window as shown below , and email is not being fired when Inc is converted to Task . what am i doing wrong here ?
Email notification :
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2019 10:19 AM
Could you try to remove the ${event.parm1} part from the mail content? When the preview screen is empty this means there is an error in your mail content or subject. Since your notification is triggered by a status update and not an event, I'm not sure if event.parm1 exists, which would cause an error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2019 10:19 AM
Could you try to remove the ${event.parm1} part from the mail content? When the preview screen is empty this means there is an error in your mail content or subject. Since your notification is triggered by a status update and not an event, I'm not sure if event.parm1 exists, which would cause an error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2019 10:19 AM
There might be something wrong in the Message HTML
Check source code
Please mark my response as correct and helpful if it helped solved your question.
-Thanks