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

Forum Posts

How to Set field values of multiple records at a time by using ATF

Hi all, We are having bulk of records to only field value have to be set same for all the records.  Suppose there are 10 records "COUNTRY CODE" field have to fix "IN" all records by using ATF. I tried in below way but here we have to update each reco...

nazma786allah_0-1694436802826.png nazma786allah_1-1694438083646.png
Community Alums by Community Alums  
  • 1931 Views
  • 6 replies
  • 4 helpfuls

Impact when debug "Enable All" is enabled

What is the impact on the environment when session debugging "Enable All" is enabled?  Found lots of articles regarding session debugging and how it is used however I did not find any mention of system impact. The System Administrator does not like t...

CoyoteRay1 by Tera Contributor
  • 908 Views
  • 2 replies
  • 0 helpfuls

capturing table updates in an update set

Hey I read through this https://www.servicenow.com/community/developer-forum/capturing-already-present-custom-tables-in-an-update-set/m-p/1654711#M311637 -- it did not help   I need to capture table updates in an update set so I can merge it to prod ...

JSON Encoding Script Help for Outbound Rest API - New Lines

Hello -  I am working on an outbound REST API integration using a Flow and Rest Step Action within Flow Designer.  I am struggling to figure out how to keep the new lines consistent from the Description (string) field on the Incident form.  Here is t...

jlaue_0-1694635153957.png jlaue_1-1694635331509.png
jlaue by Mega Sage
  • 934 Views
  • 1 replies
  • 0 helpfuls

Resolved! Flow Action - Dynamic Array.Object output variable

I'm looking to see if it is possible to have an Array.Object output variable in a Flow action be dynamic; meaning the # of properties is unknown until a Script activity runs within the action. Consider the following REST response.  The userlist prope...

Community Alums by Community Alums  
  • 1230 Views
  • 1 replies
  • 0 helpfuls

Resolved! indexOf() not working in client script

I have an onChange client script where value is getting fetched from script include. I want that the value that is getting from script include to populate in the variable only if it's value starts with OPE. But this is not updating any value, if I re...

surbhi_123_0-1694614089015.png
surbhi_123 by Tera Expert
  • 1523 Views
  • 9 replies
  • 2 helpfuls

Resolved! Adding manager approval at RITM level for catalog item

Hi all,  I have a more general question. I am really struggling to get to grips with flow designer.  I want to add a manager approval at RITM level for a catalog item. I feel like this is simple and I am over- complicating it, but I really don't know...

gunishi by Tera Guru
  • 1735 Views
  • 5 replies
  • 1 helpfuls

Testing a scheduled job script via script include

Hi, I am tying to write a script include to test a script in a scheduled job. Looking for some examples, helpful resources.    Here is all I have in the testing script thus far  var testScript = Class.create();testScript.prototype = {initialize: func...