Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

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

Forum Posts

Dynamically Setting Recipients List Based on On-Call Schedule

Requirement: Dynamically Setting Recipients List Based on On-Call Schedule to send out an SMS on the Major Incident Workbench. Current Script: (function() { var currentTime = new GlideDateTime(); var recipients = []; var groupSysId = curr...

Community Alums by Community Alums  
  • 1901 Views
  • 5 replies
  • 0 helpfuls

Email Reply and Reply all -

one requirment , in which i need to add the Company banner in the Reply Banner automatically when the agent click Repy or Reply All button in the Agent Workspace , i tried with Email template but when adding the Email template , the old email threads...

service12 by Tera Contributor
  • 315 Views
  • 1 replies
  • 0 helpfuls

Resolved! user's managers check

If ‘Requested For” rolls up to the following manager’s: allow the user to continue updating the form.Abel tuterALexnderAjay chandraIf not, don’t allow the user to update form and pop-up below error message:“You are not eligible to submit this request...

bhanukota09 by Tera Contributor
  • 455 Views
  • 2 replies
  • 0 helpfuls

Restrict ritm creation via table API

The above requirement is not getting achieved with before insert BR, I need to block ritm creation via table api and only authorized channels like service catalog/approved API should be able to create.Please help, if anyone has implemented such requi...