Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2020 12:59 AM
for single record
var gr=new GlideRecord('change_request');
gr.get('sys id of your change request');
gr.active=false;
gr.setWorkflow(false);
gr.update();