- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2020 04:36 AM
Hi,
Fairly new to dev on the platform so apologies if this is an easy one.
I have a requirement to be able to send a notification to a user from a variable in a catalog item?
e.g. Variable name: 'Contact Person', not shown on the task record, the user in this field needs to receive a notification.
Thanks,
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2020 05:31 AM
refer below link where I have explained the approach
How to send notifications to users selected in List collector variables on catalog items
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2020 04:44 AM
Hi,
how are you sending the notification?
Is it via business rule and event queue approach?
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2020 04:51 AM
Hi Ankur,
At the moment i am sending a notification based on some conditions and user in a field on the task record, however we now require it to be sent to another from a variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2020 04:57 AM
You will have to use business rule and event based approach
In the script you can get the variable value and include as recipient
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2020 05:31 AM
refer below link where I have explained the approach
How to send notifications to users selected in List collector variables on catalog items
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader