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

Forum Posts

Resolved! Reference Qualifier

Hi My reference Qualifier not working and the service variable is also a reference field getting value from SYs choice table

karthik65_0-1734534360286.png
karthik65 by Tera Guru
  • 1109 Views
  • 3 replies
  • 0 helpfuls

Resolved! Count Incident

write a background script for count incident which SLA has been breached

Mushir by Giga Guru
  • 2834 Views
  • 9 replies
  • 4 helpfuls

How to export an CSV file from Scripted REST APIs?

Hi guys, I am writing a script at scripted REST Resource to export queried data into a CSV file.  I will create a UI button on my table, when I click this button, it will call a REST API. But it seems that my script to make a CSV file doesn't work. I...

LinhN_0-1734516187752.png LinhN_1-1734516231471.png
LinhN by Tera Contributor
  • 2428 Views
  • 3 replies
  • 0 helpfuls

Resolved! Query regarding Auto numbering in Task and Incident table

As far as I know, when Table2 is extended from Table1, the numbering continues sequentially. For example, if REQ0001 is created in Table1, the first request in Table2 will be REQ0002, and the second request in Table1 will be REQ0003. The prefix can b...

piyush31 by Tera Contributor
  • 2049 Views
  • 6 replies
  • 3 helpfuls

Workflow Script Not Populating Reference Field on RITIM

In Workflow Editor, I am using a script that performs the following key functions:  // Construct the JSON object dynamically var courseInfo = { "CRN": crn, "TERM_CODE": termCode, "TERM_DESC": termDesc, "PTRM_CODE": ptrmCode, "SUBJ...

appstorm by Tera Contributor
  • 560 Views
  • 1 replies
  • 0 helpfuls

Resolved! Exam Application Requirement

Hi GuysI am looking for an application or something similar to the Career Assessment/ Talent development application (requires HRSD) that is available.  Surveys and Assessments is not good enough and we require the assessments to give us options for ...

Rudi2 by Tera Guru
  • 905 Views
  • 3 replies
  • 1 helpfuls

Resolved! How to run Scheduled Jobs sequentially

When a record is inserted into a specific table, a Business Rule is triggered, and from the Business Rule, a Scheduled Job is initiated as follows.var grSS = new GlideRecord("sysauto_script"); grSS.addQuery('name', jobName); grSS.query(); if (grSS.ne...

TAKEUCHI by Tera Contributor
  • 1768 Views
  • 2 replies
  • 1 helpfuls

Need to display dashboards on digital signage solution. What are my automated login options in Android environment when SSO is enabled?

Hi everyone, one of our IT teams is deploying a new digital signage solution meant to help us manage the content displayed on different TVs we have located in different areas. Part of the content we would like to display are servicenow dashboards. Ho...