How to Display error message on Request Item
Hi Team, How to display an error message on the Request Item table, when a user closes the request item without completing the catalog task (Sc task). I have tired the before update business rule with below code: var gr = new GlideRecord("sc_task");g...