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

Forum Posts

POST REST API not updating variable fields value

Hi, We have created a Scripted POST API, which is creating REQ record  but in RITM variable value is empty.  Kindly advise. POST Script:   var reqbody = request.body.dataString;    try {        var parser = new global.JSON();        var parsedData = ...

Bijender_0-1696427319302.png Bijender_1-1696427350988.png Bijender_2-1696427351005.png
Bijender by Tera Guru
  • 251 Views
  • 1 replies
  • 0 helpfuls

Resolved! Script for approval requests

I am looking for a script where I want to send a approval request to a user and if user is not active it should go to the User's Manager.The below script is not workinganswer = [];appr();function appr() {var ownerManager = [];ownerManager = current.v...

Taaha M by Tera Contributor
  • 337 Views
  • 2 replies
  • 1 helpfuls

POST REST API script not updating variable values

Hi,We have created a Scripted POST API, but showing error " variable not defined ".  Kindly advise.Error:  POST Script:  var reqbody = request.body.dataString;    try {        var parser = new global.JSON();        var parsedData = parser.decode(reqb...

Bijender_0-1696414041609.png Bijender_1-1696414187513.png
Bijender by Tera Guru
  • 317 Views
  • 2 replies
  • 0 helpfuls

SLA: Resolution on first call

Team!I need help creating an SLA for resolution on first call.  Reassignmed count = 0or Open by = Resolved by.The problem is setting a NO Time limt.   TIA- Jason 

Resolved! Ldap Transform Script

I have a ldap transform script that maps user's location in AD to cmn_location. Some changes were made to the locations table, and I would like to re-run the transform script on the already imported users. What's the best practice to do this?

darianhang by Tera Contributor
  • 432 Views
  • 1 replies
  • 0 helpfuls