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

Forum Posts

sys property call into ui action

Hi all,In sc task form have ui action button, The button called create story. When i click on create story then assignment group auto and product and cmdb_ci and theme populate in story based on assignment group. I have written the sys properties  Sy...

Tharun13 by Tera Contributor
  • 287 Views
  • 2 replies
  • 0 helpfuls

Transfer data of 3 tables to the final 4th table

Hi Community, I have 3 custom tables which contains data from external sources. I have 4th table as the final table which contains same fields as these 3 tables.  I want to transfer the data of these 3 tables into the 4th final table. Whenever data i...

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
  • 400 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
  • 924 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
  • 316 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
  • 330 Views
  • 1 replies
  • 1 helpfuls