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

Forum Posts

Resolved! 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! 

Builds an app, but not really?

So I've started to play with IDE Build Agent in a PDI.  I took a project we had already built and wrote up the specs for what we currently have.  Gave it to IDE to try to recreate.  After a good long while, and several stumbles along the way on IDE's...

tcorniels by Tera Contributor
  • 534 Views
  • 2 replies
  • 0 helpfuls

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
  • 439 Views
  • 3 replies
  • 0 helpfuls