Notification redirection link creation for Records to be redirected to SOW/UI16

DarshanaJ317308
Tera Contributor

Steps to be followed to redirect users to SOW when they click on record link present in notification email:

  1. Create Email notification and add email template and inside that email layout (basic). 
  2. Create Email Script which can be used commonly for URLs of record.
  3. Add below code in Email Script:
        var link = new EmailNotificationRedirection().getLink(current.getTableName(), current.getUniqueValue());
        template.print('<a href="' + link + '">${task_effective_number} </a>');
     
  4. The Redirect SOW Email notification (sow_email_notification_redirect) system property should be set to true to redirect to SOW.
  5. The user selecting the incident record link has the sn_sow_user role to get redirected to SOW.
  6. The ITSM Notifications Redirection (com.snc.itsm.notifications_redirection) plugin is installed and activated automatically to support this behavior. 
0 REPLIES 0