- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 11:01 PM
I have requirement to pass the Survey link within the notification.
When we move update set from one instance to other instance. The URL should open as same DEV, TEST, PROD
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 11:05 PM
Create an email Script and call OOB system property in the email script and call that into the notification body like example
${mail_script:your script name}
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 11:05 PM
Create an email Script and call OOB system property in the email script and call that into the notification body like example
${mail_script:your script name}
Regards,
Shyamkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 11:07 PM
Thank you @shyamkumar VK for the prompt response 🙂