We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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
  • 926 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
  • 1134 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[...

AgriAssist: AI-Powered Agriculture Support Portal with Multi-Language Dynamic Translation

AgriAssist: AI-Powered Agriculture Support Portal with Multi-Language Dynamic TranslationSolving Real-World Problems with ServiceNowI’m excited to share AgriAssist — a ServiceNow application I built to bridge the digital divide in agriculture by giv...