Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

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
  • 966 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
  • 973 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 Guru
  • 1239 Views
  • 1 replies
  • 1 helpfuls

Resolved! Defining a reference field in Fluent

In a SDK project I am creating two tables with fluent. One table need to have the other as a reference.How do I define that relationship in fluent?I have tried a few different thingsparent: ReferenceColumn({label: 'Import Job',referenceTable: Now.ID[...