Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Flow Designer - use "Variables" from current Catalog ITEM

Hey, we deploy currently in our company a Global Service Catalog wit more than 200 Items. I have currently the issue, that I need for each Catalog Item "static" Action for "Get Catalog Variables" So I need for all 200 Catalog Items 200 specific Flows...

Gabriel Ho by Tera Contributor
  • 4629 Views
  • 15 replies
  • 7 helpfuls

Resolved! how to check for a empty string

I am giving the input as numbers ...ex(11011748,11011749) I am trying to check for an empty string. but it returns empty , even if i enter a string.   -> (11011748,11011749) Code sample answer = (function () { if(current.variables.clabel === "")    /...

Raffi by Mega Expert
  • 6605 Views
  • 7 replies
  • 6 helpfuls

OnSubmit Catalog client script to update custom field value

Hello, I have a requirement to get the variable value & check in my custom table for matching record & then to update the state value to 'completed' in my custom table. I am using a OnSubmit catalog client script  but it is not updating my custom tab...

How to make the checkbox read - only using Client script

I have four checkboxes in my Form , whenever the user selects one checkbox the other three should become read - only once the selection is done . It applies to all the four checkboxes , I tried implementing it using UI Policy but as the UI Policies a...

find_real_file.png
Pooja Khatri by Tera Contributor
  • 2791 Views
  • 6 replies
  • 2 helpfuls

How to allow decimal values in integer field

In a Integer type field it should allow decimal values as well.I have followed below script but it is not accepting decimal values Client Script : onChange function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newVa...

Siri8 by Kilo Contributor
  • 4850 Views
  • 5 replies
  • 1 helpfuls