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

Forum Posts

CAD based question

How do you configure a Scheduled Job to execute on the last day of every month?a) Set the Run field value to Periodically and the Repeat Interval value to 31b) Set the Run field value to Periodically and the Repeat Interval value to Last Dayc) Set th...

Resolved! GlideAggregate on Remote Table

I've created a remote table that queries an external data source, and I want a count of the records that satisfy a specific query.  This script returns null:var sections = new GlideAggregate('x_uob15_canvas_adm_st_course_section'); sections.addQuery(...

Colleen by Tera Expert
  • 1824 Views
  • 8 replies
  • 0 helpfuls

Trigger Data Certification for newly created CI

Hi,I have created a catalog item that for creation of Business application. Once business application is created, I want to trigger a data certification job only for that newly created Business application. Is that possible? Thank you

Rairai31 by Giga Guru
  • 929 Views
  • 6 replies
  • 1 helpfuls

Dynamic Population of Lead Architect Select Box

The Lead Architect field should be populated dynamically with relevant users from the IT Architecture Chapter. Only active users with the title containing “Lead Architect” will appear in the list. The list updates automatically based on form changes ...

Import or fix script with an Excel file .

Hello everyone,I have the following requirement that I am unable to implement. I have been provided with an Excel file containing one column with contract sys_ids and another column with a field for hours worked on the contracts. Therefore, each row ...

Cchange.PNG
Nabs by Tera Contributor
  • 1767 Views
  • 5 replies
  • 0 helpfuls

How to edit list columns for a UI Builder Workspace Page

Hey Experts, I have a Page created through UI Builder which shows the users thier work, thier incidents and requests. This is a home page view similar to any Workspace portal.  I want to make changes to the related list of the incidents of this page ...

saint_0-1757518602095.png saint_1-1757518682092.png
saint by Tera Expert
  • 621 Views
  • 2 replies
  • 0 helpfuls

Data load import issue

Hi, We are trying to load a set of data into Idea portal - ServiceNow SPM module.The load data and transformation shows successful and the "Import Set Rows" shows the rows are successfully created. However, the imported data is not showing up on the ...

SuneerS by Tera Contributor
  • 1227 Views
  • 12 replies
  • 3 helpfuls

Sending Mails through ServiceNow Page

I have been trying to send the mails to fetched email through  scripts but in server script it is not propagating the input action                                                                                                                        ...

Resolved! Nexthink Integration

Hi All,Currently I am working on Nexthink integration, which be sending the data for software installation table also data regarding the worksatation(cmdb_ci_computer) need to create a record if not present already.So I have created a scripted rest a...