Recent | Popular
#servicenow #inboundemailactions
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); }
Wed Dec 09 2020 18:03:53 GMT+0000 (Coordinated Universal Time) https://community.servicenow.com/community?id