Making info messages appear depending on the outcome of a script include
In ServiceNow, I'm using the below function to determine if a changes is made for the owner or platform:resolveOwnerDeptHierarchy: function() { //Setup parameter fields to be used in the client scripts var ownerId = this.getParameter('s...
