Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Manage REST Message response (getBody())

I would need to derive, starting from the body of a response to a REST call {responseBody = response.getBody ();} the amount of rows, and extract single field arrays in order to populate a table.I saw on the Documentation that the getBody () method r...

LdR by Tera Expert
  • 3547 Views
  • 1 replies
  • 1 helpfuls

The entity "rsquo" was referenced, but not declared.

Hey all! I seem to be having an issue pushing verbiage from an HTML field to a UI Page. Basically what I want is to be able to copy and paste company agreements into this HTML field and then when I click the 'Sign Form' UI Action, I want it to displa...

Reference value field name

Hi guys,I need your with a specific requirement.I have in place a web service that pulls in some data. It works, all good.I need to insert one of this data (Employee Number) in a custom table referenced field (referenced to the sys_user table).My goa...

Query in client script?

Hi I have an onchange client script which auto fills fields depending on the person who is logged in and what catergerys are seleceted: function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { ...

russellprice by Tera Contributor
  • 5034 Views
  • 23 replies
  • 2 helpfuls

DurationCalculator calcScheduleDuration Mystery

I'm having some problems using a DurationCalculator, which seems to be related to the schedule itself. Hoping someone has some thoughts on it. I've included some snippets from the source code below, as well as screenshots of the schedule. The summary...

find_real_file.png find_real_file.png

Resolved! Dashboard Visible to End Users

We have a go live coming up and we will be tracking issues inside ServiceNow and using dashboards to track to the top issues as the occur.  Based on this, I have the need to make the dashboard we will be using, and the Incidents related to the proje...

Kyle Wiley by Mega Expert
  • 7743 Views
  • 10 replies
  • 1 helpfuls

Resolved! How do you set the Field Order in Form

I added a field work_notes to the Request Item form using Configure->Form Design. I positioned it below the Additional Notes field in the Selected List in Configure->Form Layout. My expectation is that the Additional Notes field would display above t...

Mike160 by Kilo Contributor
  • 4939 Views
  • 2 replies
  • 3 helpfuls

Resolved! Add Variable Editor to Custom Table

I have extended the sc_req_item table to create a u_required_item table, which is related to a u_position table (similar to how sc_req_item is related to sc_request, u_position is an extension of sc_request). The idea is to allow people to define the...