The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Resolved! Hr case short recsription

Hi All,  Can you tell me  in which script short description of hr case is populating  "HR service name - employee name (employee ID)because one of the service which is designed recently i want static short description like  "abcd" but i am unable to ...

chandan31 by Tera Contributor
  • 575 Views
  • 8 replies
  • 1 helpfuls

What are the reporting levels for Execution in Flow?

I have created new "Flows Actions and Steps" and "Developer Trace" records in "sys_flow_execution_setting.list" for a specific Flow to confirm that the Flow or Action has worked.(Execution1.PNG and Execution2.PNG)I checked the status of the set "Flow...

masahironaka by Tera Contributor
  • 1312 Views
  • 2 replies
  • 2 helpfuls

how to check reference variable is not empty in flow designer

Hi Connections, I have a requirement where I have to check the reference variable is not empty in flow designer to trigger a catalog task. The variable is a mandatory field on the form.   any help is appriciated. Regards,Rafmine. 

Rafmine_0-1698205747728.png
Community Alums by Community Alums  
  • 706 Views
  • 2 replies
  • 0 helpfuls

Resolved! Populate User ID Catalog Client Script

Hello everyone,I would like to automatically populate certain data for the Record Producer. These include gender, phone number, and company/car policy. Do you know how I can accomplish this?Thank you for your assistance!

Alik_92 by Tera Contributor
  • 1159 Views
  • 4 replies
  • 1 helpfuls

use due date in flow designer

Hi, I need help in setting up notification to send an email reminder to the fulfiller 10 days after the request has been submitted if the task/ RITM still open or work in progress using the flow.  Thanks,S

sparkles by Tera Contributor
  • 506 Views
  • 1 replies
  • 0 helpfuls

Resolved! How to map Variable Set variables to table columns

Hello, It's Kentaro. I create catalog items with Record Producer and manage variables with Variable Sets.I would like to register the entered value in Incident, but it does not work.I tried using Variable Set's Catalog Client Script and Incident's Bu...

スクリーンショット 2023-10-24 11.08.10.png

Resolved! How to break GlideQuery forEach loop

I have below script, I need to exist the loop when variable i is 2. However, break or return statement does not work here and ServiceNow keeps iterating till the end. Any idea about how to exist foeEach? var i = 0; //There are 4 records with this con...

TT3 by Kilo Guru
  • 3701 Views
  • 7 replies
  • 1 helpfuls

How to programmatically select active tab in UI builder

I'm trying to select a different tab in my Tab Set component, but I cannot find a way to do so.  The component documentation mentions a 'Select tab index' property, but that property does not seem to exist or is not shown in the configuration panel. ...

Resolved! Scripted REST API not retrieving data

Hello, I am having issues with a Scripted REST API retrieving external data via REST Message, which has the endpoint, basic auth, and default GET set up. Testing the REST message, it retrieves the XML data I expect. I also set the HTTP Log Level to “...