Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

how to create a table using REST API's

REST Table API has ability to "create" rows in an existing table, but I don't see any REST API to create a table. For example, if I'd like to clone the existing "incident" table to a new "incident2" empty table (not currently existing), I can read th...

Resolved! values undefined whenever passed from client to server side

client side:function onChange(control, oldValue, newValue, isLoading) {if (isLoading || newValue == '') {return;}// Ensure all required fields have valuesvar vehicleSysId = g_form.getValue('vehicle');var startDate = g_form.getValue('pickup_date');var...

kunalsmhatr by Tera Contributor
  • 1337 Views
  • 3 replies
  • 2 helpfuls

How to remove duplicate records from reports

Hello Experts, I'm trying to create a bar graph report on Task_sla table for incidents and Requested Item. But there are few cases where two SLA's are running for single case. In the report it is showing two records with same case number how can I fi...