We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

"Insufficient privileges" error on now mobile app.

A couple of users are getting the "Insufficient Privileges" error when creating a couple of records in a row in the now mobile app. This happens in production environment and it is difficult to test and probably reproduce and trace the problem on pro...

ElvinSalim by Tera Contributor
  • 839 Views
  • 1 replies
  • 1 helpfuls

Resolved! Group Manager should be able to remove/add people to the group

Hi Team, I have written Create/Write/Delete ACls so that only group manager can remove/add users to the group: I have created 3 table level ACls which is sys_user_grmember.None with Script condition as below: answer = false;if (current.group.manager ...

Community Alums by Community Alums  
  • 2077 Views
  • 2 replies
  • 0 helpfuls

run script to extract value of a mrvs

Hello,this is for a catalogue item that has MRVS. we are processing approvals through a workflow and we are using a switch condition to extract the MRVS values. based on the selection i the variable,  the approvals should trigger. but it is not worki...

Getting Error - MRVS Data fetch RITM to catalog item

 I am trying to copy the MRVS data from an existing RITM and put it in a new catalog item by using GlideAjax, and when I am trying to put the request in the cart or submit, it gives me an error: "Something went wrong on your request; it could not be ...

AmitNaik1_0-1711465057127.png
Amit Naik1 by Tera Contributor
  • 1677 Views
  • 7 replies
  • 0 helpfuls

popup window once user login

Hello Experts,I have a requirement to show popup window once user with a specific role login.Have written below script, but it didn't work, can you please help me here?UI Script: Globalvar ga = new GlideAjax('ClientUtil');ga.addParam('sysparm_name', ...

KarankiS by Tera Contributor
  • 906 Views
  • 2 replies
  • 0 helpfuls

Walk-up Experience appointment scheduling

Is it possible to config a location to allow a service desk agent to create an appointment but not show the location on the portal.  Basically, only agents could schedule - not end-users. Thanks - Mark.

Mark Cole1 by Mega Guru
  • 1188 Views
  • 1 replies
  • 0 helpfuls

Resolved! Incident Average Time to Acknowledge

I have been tasked to create a report that shows the Average time it took the NOC to acknowledge an Incident (state change to In Progress). I've tried to use the "Incident SLA" table & the "Metric Incident" tables and the report returns No data to di...