Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2026 10:58 PM
may i know why below script is not working
var grval = new GlideRecord('sc_req_item');
grval.addQuery('sys_id', input.ritm_sys_id + '');
grval.close_notes = input.comments;
grval.update();