- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 11:30 PM
When a ServiceNow Case is updated, there is an email that gets generated, which has the generic From address like "GED Grip Suport". We want this to be changed to Actual Name of the person that updated or submitted the case for better tracking puposes and to being more responsive.
How can I achieve this. Please any suggestion of step to achieve.
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 11:40 PM
Create an email script and call that in your notification body.
In the email script you can use email.setFrom(); you can dynamically set this as per your requirement.
Please mark the answer correct/helpful accordingly.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 11:40 PM
Create an email script and call that in your notification body.
In the email script you can use email.setFrom(); you can dynamically set this as per your requirement.
Please mark the answer correct/helpful accordingly.
Raghav
MVP 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2023 08:05 AM
Hello Raghav,
can you help me with the business rule code . To trigger the notification, by passing the sys_id of user and replacing with actual name.