Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! best way to complete large queries?

Hi all.Is there a better / more recommended way of dealing with large queries other than just glide record searches? I wrote a custom script to query a table of tasks. After the initial run it would only be dealing with small numbers but because I'm ...

parent-child relationship for incident

Hi All,I need to list all the related child list under the related list "Incidents" of the parent ticket. Please let me know if this is available OOTB or do i need to customise by writing the scripts. Regards.

find_real_file.png
sandie by Kilo Expert
  • 6463 Views
  • 5 replies
  • 0 helpfuls

Resolved! REST APIs : import set tables

Hello,I'm developing an integration application that uses REST APIs and as per policy one should rely on import set andtransform maps to import data in ServiceNow so as example if one need to create an incident it is needed to:create an import set ta...

Reporting on Service Now License Usage

Hi all,I have developed a small customisation in Service Now to look at not only currently licensed users, but also the maximum logged in users by day, and concurrent connections by day. It tracks it by day so that we can see license usage over time ...

Dan Spada by Tera Contributor
  • 6100 Views
  • 13 replies
  • 1 helpfuls

How to convert a gliderecord to JSON?

Hello,I am trying to pull a gliderecord from a table and insert it into an JSON object but for some reason my code is not working.Any ideas?getRollups();function getRollups(){   var myRollUps = [];   var table = new GlideRecord('random_table');   tab...

zsquared by Tera Contributor
  • 13798 Views
  • 7 replies
  • 2 helpfuls

Closing all task manually before moving to another state

In change request i have followingI have IMPLEMENT UI Button, once it is clicked it will take to Review Statebefore moving to REVIEW state I need to closed all the task (created manually or from work flow). As you can see that The task is till pendin...

asasas by Kilo Contributor
  • 4887 Views
  • 15 replies
  • 1 helpfuls

Resolved! I want to practice client scripts,business rules,script includes,UI policies,UI actions , GlideAjax and other types of scripting on my personal instance .Can anybody tell how should I proceed?

I want to practice client scripts,business rules,script includes,UI policies,UI actions , GlideAjax and other types of scripting on my personal instance .Can anybody tell how should I proceed?

snowindia by Kilo Contributor
  • 4448 Views
  • 5 replies
  • 1 helpfuls

current.variables record producer

I am building a record producer for requesting access to system and trying to set up approval in the associated workflow.So if AustriaFireSec is true ad "Bob" to the list of approvers, AustriaProdTBSP add "Mary" etc.However the approval just skips Th...

mskelly by Giga Contributor
  • 5614 Views
  • 4 replies
  • 0 helpfuls

Resolved! Opening a dialog window from a button in a UI macro?

Hi all, I'm a bit of a newbie with ServiceNow and am creating a catalog item in which there is (or rather, should be) a button that, when clicked, opens up a pop-up box with some information. I did not want to create an alert or use the already provi...

TE2 by Kilo Contributor
  • 11006 Views
  • 5 replies
  • 4 helpfuls