Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ServiceNow IDE, SDK, and Fluent forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

why ans is returning null?

Script include:function onSubmit() {   var g = new GlideAjax('validation');    g.addParam('sysparm_name','checkLength');    g.addParam('sd',g_form.getValue('short_description'));    g.getXMLAnswer(getResponse);    function getResponse(response){     ...

user_20 by Tera Contributor
  • 117 Views
  • 3 replies
  • 0 helpfuls

Bulk creation of ACLs

Hi!I’ve added several new fields and now need to create the corresponding ACLs.Is there a faster way to generate all the CRUD operations for these fields, instead of creating each ACL manually one by one?Thanks!