/
Prevent request notification when certain item

Prevent request notification when certain item

checkItem();
function checkItem(){
	var gr = new GlideRecord('sc_req_item');
	gr.get('request.number',current.number);
	var item = gr.cat_item.name;
	if(item == "Yale MeetingPlace Teleconference Account Request"){
		return false;
	}else{
		return true;
	}
}

Related content

Incident to Catalog Item conversion
Incident to Catalog Item conversion
More like this
Incident design
Incident design
More like this
COA Validator
COA Validator
More like this
Update Request Item and Tasks
Update Request Item and Tasks
More like this