Script Creating Change Record but then Record is not Found
I have a scripted web service used to create a change record. The script pulls values from JSON object and assigns to individual fields: var grCHG = new GlideRecord('change_request'); grCHG.initialize(); grCHG.risk = dataJSON.risk; grCHG.start_date =...