Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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
  • 815 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...

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
  • 2192 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
  • 909 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
  • 796 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...