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

Script Includes not being referenced.

Hello,I have a report created to get all the breached incidents assigned to a Parent group and all its child groups.I have followed a great helpful article on this. Thanks to the contributor Murthy. https://www.servicenow.com/community/incident-manag...

Shree Nag by Tera Expert
  • 996 Views
  • 1 replies
  • 1 helpfuls