Making a Service Catalog "Available For"
Hello. I have to set up a catalog of services so that it is visible only to Brazil's users.I am using the following script: var g = new GlideRecord ( ' sys_user ');gr.addQuery ( 'country ', ' BR ');gr.addActiveQuery ();gr.query ();gr.next (); A...
