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
  • 1508 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
  • 4163 Views
  • 1 replies
  • 0 helpfuls

Resolved! Script include query

Hi, There is an OOB UI action condition as below: current.canWrite() && (current.state!=ProblemTaskState.States.ASSESS) where ProblemTaskState is a script include. How can a script include be called without instantiating (no new keyword is used).

Samantha Sam by Tera Contributor
  • 1367 Views
  • 3 replies
  • 1 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
  • 2323 Views
  • 3 replies
  • 1 helpfuls

Resolved! Create an global application

Im trying to create an application at the global level, but I dont see the option in studio. How can I set glide.app.creator.global to true so this option is avaialble?  

mjocasio23 by Tera Expert
  • 2146 Views
  • 3 replies
  • 6 helpfuls

How to display html table in service portal home page

Hi All, I am new to serviceportal development. I have created a simple service portal where home page has one widget which is mapped to one table, it is working fine to store and view records in that table. My requirement is to add one HTML table whe...

deepak50 by Tera Contributor
  • 1162 Views
  • 1 replies
  • 0 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
  • 5943 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
  • 1839 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
  • 1827 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...

Resolved! Approval flow is skipped

My goal is to get approval from 2 users on separate reference variables on the catalog item. Can anyone tell me what's wrong with this workflow activity? When I run it, it always skips the approval.  

find_real_file.png
alberttagle by Tera Contributor
  • 1404 Views
  • 10 replies
  • 4 helpfuls