Snippets Collections
var gr = new GlideRecord('sc_item_option_mtom');
gr.addQuery('sc_item_option.item_option_new.name','item_name');
gr.addQuery('sc_item_option.value','item_value');
gr.query();

while (gr.next()) {
       gs.addInfoMessage(gr.request_item.number);
}

star

Wed Dec 09 2020 18:03:53 GMT+0000 (Coordinated Universal Time) https://community.servicenow.com/community?id

#servicenow #inboundemailactions

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension