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

Forum Posts

Resolved! script is not working

Hi All, var matchFound = false;var queueId = $sp.getParameter('location_id'); // Get current location IDvar gr = new GlideRecord('wu_location_queue');gr.addQuery('sys_id',queueId);gr.query();if(gr.next()){var gr1= gr.name;if (gr1.startsWith("Ben")){m...

Account Recovery Setup Issues- Steps 2 &3 missing

Hi All, Has anyone experienced missing steps 2 and 3 in the Account Recover setup ( All > Account Recovery > Properties)?  I have enabled the correct plugin and properties but all the steps in the setup are not visible. Below is a list of what I've c...

Gemma4 by Mega Sage
  • 379 Views
  • 1 replies
  • 1 helpfuls

Resolved! How to update a record using Virtual Agent ?

Hi, We have got a requirement to create one topic in Virtual Agent. On selecting that topic, user's active tickets (incident, service request) should be listed. When a user clicks on any ticket, we have to update one field on that ticket record in th...

money01 by Tera Contributor
  • 820 Views
  • 2 replies
  • 2 helpfuls

Not able to hide the variable set of a catalog item

Hi Im trying to hide my variable set Create new group based on the selection of the request type:Using the following code: function onChange(control, oldValue, newValue, isLoading) { // if (isLoading || newValue == '') { // return; // } ...

aditya174_0-1731424202916.png aditya174_1-1731424218209.png aditya174_2-1731424244430.png
aditya174 by Tera Guru
  • 280 Views
  • 2 replies
  • 1 helpfuls

Inbound email action - Fetch data from html table

Hi All,I have to create incident and need to fetch the data from table to fill in the incident description field. Can someone help me with the code to create inbound email action. Sample data: SiteCitySTZipProvider Name      6C04HagerstownMD217AT&T11...

Anoja by Mega Sage
  • 309 Views
  • 1 replies
  • 1 helpfuls

Unable to fetch email template

I am facing an issue with email template, I am able to open the email outlook draft but the email template content is not fetched and returns null. I have set it up as when a user clicks on a button it triggers a function which calls the correct emai...