How to create Email notification previous priority and present priority for task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 08:43 AM
For Priority it should show if its raised or lowered depending on the previous task state.
for example:
SCTASK# followed by Task short description
“Priority raised to:” or “Priority lowered to:” followed by the Priority as shown above
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2023 11:06 PM
@Renu4 ,
Thank you for marking my solution as helpful also can you accept the solution and close the thread so it will be useful for others
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2023 11:06 PM
@Renu4 ,
Try this
template.print("The Priority of this catalog Task has been changed from Priority: <strong>" + current.u_previous_priority + "</strong> to Priority: <strong>" + current.priority + "</strong>");
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2023 12:01 AM
Thank you Shyam.You are a saver....this was very helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2023 03:02 AM
@Renu4 .
can you please accept this as solution , this solution can be helped to other readers
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2023 10:24 PM
@Renu4 , can you please accept and close this thread if this helped
Regards,
Shyamkumar