How to populate the all variables of submitted catalog item in the notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 01:14 AM
How can I populate all variables in the notification from the submitted catalog item. I tried updating it with email script but the variables are not getting populated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 02:33 AM
You should not use glide record. Because current object is already the RITM record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 02:48 AM
Hi added this script in email script. What should I replace with?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 02:51 AM
Remove these two lines
var ritm = new GlideRecord('sc_req_item');
ritm.get('request', current.request_item);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 03:07 AM
I tried removing those two lines, then also the variables are not getting updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-05-2024 05:49 AM
Notification is on which table? And attach the event log screenshot