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

Forum Posts

Raising Standard change via rest api with dynamic data

Morning all  I'm working on an integration to raise standard changes from my company instance to a customers servicenow instance. Basically the goal is to trigger their standard change workflow while populating the record created in the customer envi...

CandyDee by Kilo Sage
  • 2640 Views
  • 1 replies
  • 1 helpfuls

Transform Script: Split String Value with Backslash

Currently attempting to split some source string values for example: "EXAMPLE-US-WEST\DC91P-NS-AP74" (I'd like to get the SECOND half of the string "DC91P-NS-AP74" from the value) My current code is: var bios = source.u_biosName.toString().split(/\\/...

Thomas_J_C by Mega Expert
  • 2406 Views
  • 8 replies
  • 6 helpfuls

addEncodedQuery is ignored

I have a function to track down references to a particular sys_id in various tables:_getTableReferences: function(refTable, sysId) { }The refTable param is like so:{ "table": "incident", "column": "location", "condition": "sys_created_on>=javas...

Resolved! Related Attachments not showing Parent/Child incidents attachments?

Hi All, I used this link from the forums to create a Related Attachments relationship on the sys_attachment table. Script - (function refineQuery(current, parent) { var tableName = parent.getTableName(); var queryString = "table_name=" + tableNam...

Community Alums by Community Alums  
  • 1543 Views
  • 8 replies
  • 0 helpfuls

Resolved! JIRA REST Integration problem

Hello! I'm trying to create an API integration via REST to JIRA. I have been following the JIRA api documentation (https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/#creating-an-issue-examples). I have made a Rest message th...

Vejdis by Tera Expert
  • 2215 Views
  • 4 replies
  • 1 helpfuls

Create a standard change via rest api

Afternoon all. Has anyone had any luck in creating a Standard change via rest api servicenow to servicenow I created a standard change template, then on the end point (see below) put the sys id of that template but it fails when trying to create with...

CandyDee by Kilo Sage
  • 2050 Views
  • 3 replies
  • 3 helpfuls

Resolved! Group Approval for Flow Designer

Hello Reader, I have a requirement to set Group Approval on the RITM for a Catalog Item. So, there is a Single Line Text type variable - 'Approvers'. This field has the name of the Group that should be set as the Approval on the RITM. For the Catalog...

find_real_file.png