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

Forum Posts

incident Workspace

Hi, how do I add more fields to the Incident form in the line I took a picture below that will show the data?       

yardenKrispel_1-1704884687451.png yardenKrispel_0-1704884656163.png

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
  • 4153 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...