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

Forum Posts

Resolved! query underneath the report, possible?

Thanks to nice graphical representation of parent and dot-walking in the report-module, I was able create the exact report. Now my next step is to write it in query format, so I can build further on it.   I'm struggling to get the parent child relati...

Where/How does SNOW get the day/time data for trend charts?

We need to create a trend report but I am not sure if OotB SNOW can do this.We have a custom table of about 6k rows of "content". This complex content is "graded" and the results maintained weekly or monthly in a "grade" field which is a picklist (A,...

raking08 by Kilo Expert
  • 1393 Views
  • 4 replies
  • 1 helpfuls

Resolved! cURL REST API do not works in .bat file

Hello,I created a curl to extract all incident resolved last 15 minutes.curl -v -u "username:password" "https://<myinstance>/api/now/table/incident?sysparm_query=resolved_atONLast%2015%20minutes%40javascript%3Ags.minutesAgoStart(15)%40javascript%3Ags...

Ema5 by Giga Contributor
  • 14655 Views
  • 3 replies
  • 1 helpfuls

Follow up field in task table

Hi folks,I want to give a follow up for the assigned to person based on the date and time given in the Follow up field, i saw some OOB option related to creating a reminder email for that assigned to person by himself.is there any way to show an aler...

Resolved! Collapse Section on Variable Set

I was reviewing useful scripts on the wiki - http://wiki.servicenow.com/index.php?title=Collapse_Section_on_Forms  Is it possible to do something similar for a variable set?

rsanon by Tera Contributor
  • 4516 Views
  • 9 replies
  • 1 helpfuls

Resolved! Restrict Positive values in catalog client script

Hi All,I need to restrict a field to enter only positive values.I have written the below client script,but the field is allowing values starting with '-', for example -22.function onChange(control, oldValue, newValue, isLoading) {     if (!isLoading)...

Invoke a transform map from a Scoped APP?

I need to be able to invoke transform maps against a given Import Set form a scoped app. SN is making a rest call out to a 3rd parts system to bring back the data which is then being pushed into import set rows which should then be transformed.I have...

joshtessaro by Tera Contributor
  • 1859 Views
  • 2 replies
  • 0 helpfuls