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.

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

Forum Posts

variables to subworkflow

Hi, I an trying to add variaqbles to workflow, this is what I did-var gr = new GlideRecord('table');gr.addQuery('sys_id','sys id of a record');gr.query();if(gr.next()){var wflw = new Workflow();wflw.startFlow(wflw.getWorkflowFromName('give the workfl...

Patch Management in ServiceNow CMDB

Patch Management in ServiceNow CMDB.How Patch Management can be used in CMDB data into ServiceNow?What are the Plugins for Patch Management?What are dependency plugins for Patch management ?If I want to use patch management for alerts/Notifications i...

Anki3 by Tera Contributor
  • 743 Views
  • 1 replies
  • 0 helpfuls

Resolved! Mobile app customization/development

Hi Team, We tried to change favorite button color in Recommended for you section in Now Mobile application. But it is reflecting in  green color by default. But it is changed to new color after making it as favorite. Please let me know how we can cha...

vicky7413_0-1704863608853.png
vicky7413 by Tera Expert
  • 479 Views
  • 2 replies
  • 0 helpfuls

List Collector variables in REST message

Hi,I am struggling with a script supposed to send a REST message regarding List Collector variables from a Requested Item. Here is the script:  // Define variables var variableMappings = { 'environments': { table: 'question...

Thomas G by Tera Guru
  • 502 Views
  • 2 replies
  • 1 helpfuls

Validate IP address

Hi All,Can someone please help me with IP address validation Regex, maximum length allowed is 30, should not accept special characters including( "/" and "-" ). Should allow '" , " to enter multiple IPs.Valid IP address formats example Single IP --> ...

Ankita9793 by Tera Contributor
  • 263 Views
  • 1 replies
  • 0 helpfuls

Resolved! Populate related list from catalog variable

I am looking at populating the requested item --> parent related list from a list collector variable on a catalog item when the catalog task gets closed. Any help on how to formulate the script would be appreciated.

Work Order Templates

Is it possible to turn work order templates into Catalog Items in FSM? If so, how easily can it be done? Is there a better process to do this?