Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Widget returning [object Object]

Hey everyone,  I'm a little at my wits end here. I've trying to use the OOB Slush bucket widget on a catalog form to have it pull multiple values from a table and then have it fill to a variable (which will be hidden) on the same form. Everything is ...

find_real_file.png
Winston by Tera Guru
  • 2182 Views
  • 11 replies
  • 1 helpfuls

Resolved! Reference field's attributes

Hi all, what are attributes for reference fields , how it works and why it is required? I have gone through below link : ( but did not get much idea) https://docs.servicenow.com/bundle/orlando-platform-administration/page/administer/reference-pages/c...

Priya155 by Giga Expert
  • 4603 Views
  • 1 replies
  • 0 helpfuls

Resolved! Getting Values from Multi Row Variable Set Record Producer

I am having trouble inserting data into my related list from a MRVS for my record producer. Any suggestions on what I am doing wrong? MRVS name = 'other contacts'; variable name = 'name';   var contactArr = producer.other_contacts;var contactCnt = pr...

gregrice by Tera Expert
  • 2886 Views
  • 3 replies
  • 1 helpfuls

Resolved! Figuring out the run time of scheduled jobs

I've been trying to figure out how long certain jobs run by evaluating the sys_trigger table.The jobs I'm investigating are not in the definition table (sysauto) but are generated by some script. I can see when the job is created, but not when it fin...

Julian Hoch by ServiceNow Employee
  • 6987 Views
  • 4 replies
  • 2 helpfuls

Resolved! Interceptor Answer - Apply template

Hello, I am trying to figure out how to auto-populate fields when a new Emergency change is selected for creation. (Change > Create New )   When I configure the Interceptor answer, I would like to use the Target URL however the fields contain too muc...

find_real_file.png find_real_file.png
Michelle89 by Tera Contributor
  • 2416 Views
  • 2 replies
  • 1 helpfuls

MS Intune integration

Greetings We have switched from SCCM to MS Intune as our endpoint management system. I now need to integrate Intune with our ServiceNow instance. At this point I am not finding any direct integration products between ServiceNow and Intune. I have sea...

Resolved! Scheduled Job in Scoped App Development

Is there a way to get a scheduled job into your scoped app via the studio? Or is this a fix script the writes the scheduled job as a new GlideRecord insert to the scheduled job table?

ctsmith by Mega Sage
  • 2324 Views
  • 5 replies
  • 0 helpfuls

Resolved! Update of multiple records using glide record script

Hello All,I am trying to do a cleanup of some older RITM's that are effectively broken due to some workflow issues a few years back.I have the following script that will find any RITM's that are approved but have no tasks:var noTaskCounter = 0; var g...

Updating sysapproval_approver table in UI Action

In our form we have 'Request Approval' button. When user clicks this button what are all the approvalrecords with state = 'Request Approval' has to be updated with state = 'requested'. For this we added below code in 'Request Approval' action.var gr ...

Hemu1 by Giga Contributor
  • 5526 Views
  • 6 replies
  • 4 helpfuls

Unable to pull in employeeID attribute from AD via LDAP

Hi SN Community, I am attempting to pull in the employeeID attribute from an AD user object to its corresponding ServiceNow user record but without any joy.  I have specified the employeeID attribute in the 'Attributes' field on the LDAP Server form,...

Basim4 by Kilo Contributor
  • 3901 Views
  • 6 replies
  • 1 helpfuls

Request get cancelled when approval is pending after 10 days

Hello All,The requirement is to Explore on time limits for approving a request (reject after certain amount of time ) — If the approver does not approve the request within 5 business days, a notification should go to the approver asking them to appro...

gunjan1 by Kilo Contributor
  • 3490 Views
  • 4 replies
  • 0 helpfuls

Resolved! Business Rule to update a List type field.

Hello Everyone,   I have written a business rule to update a List type field, without clearing the existing values.  The following script, returns duplicate values to the field. Please suggest how can I overcome this issue.   var users = gr.u_report_...