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

Forum Posts

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
  • 312 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
  • 286 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
  • 375 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[...