Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

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

Forum Posts

Resolved! Resend email

Hi all,i am having requirement to resend emails for approvals using ui action i have a script i need suggestion  resendThisApproval();action.setRedirectURL(current.sysapproval)function resendThisApproval() {    var e = new GlideRecord("sys_email");  ...

shaik23 by Tera Expert
  • 4025 Views
  • 13 replies
  • 3 helpfuls

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
  • 1041 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
  • 663 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
  • 745 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
  • 370 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?