The Zurich release has arrived! Interested in new features and functionalities? Click here for more

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
  • 1979 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
  • 587 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
  • 352 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
  • 391 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
  • 202 Views
  • 1 replies
  • 0 helpfuls