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

Forum Posts

Resolved! Resend email

Hi all,i am having requirement to resend emails for approvals using ui action i have a script i need suggestion  resendThisApproval();action.setRedirectURL(current.sysapproval)function resendThisApproval() {    var e = new GlideRecord("sys_email");  ...

shaik23 by Tera Expert
  • 4695 Views
  • 13 replies
  • 3 helpfuls

Patch Management in ServiceNow CMDB

Patch Management in ServiceNow CMDB.How Patch Management can be used in CMDB data into ServiceNow?What are the Plugins for Patch Management?What are dependency plugins for Patch management ?If I want to use patch management for alerts/Notifications i...

Anki3 by Tera Contributor
  • 1217 Views
  • 1 replies
  • 0 helpfuls

Dynamic choice input is not returning value

Hi All,I am facing issue with one thing. In Virtual Agent I am using Dynamic Choice Input. Where I am writing this code to print choices, so Choices are printing successfully, but when the user is selecting any choices from it, then technical issue i...

pandeyved by Tera Contributor
  • 1781 Views
  • 9 replies
  • 0 helpfuls

External Users to access service portal

Hi All,I have a requirement to make external users to access service portal and record producers to raise a request directly from the link shared to them i.e. End-users who are not present in the user table and who doesn't have any role should have a...

Resolved! Ignore utterances

Hi,Is it possible to ignore specific utterances? We don't want the Virtual agent to search for topics when a user replies back with a 'Hi' or 'Hello'. We could create a custom topic that redirects to the Greeting topic as a failsafe but checking to s...

ayman_h by Kilo Sage
  • 2036 Views
  • 4 replies
  • 2 helpfuls

How to raise ticket from ServiceNow instance.

Hi Team, Could you please help us with steps to raise ticket from ServiceNow instance. Want to raise ticket to check the availability of certain APIs or method from CTI Library.  Thanks & Regards,Devendra Morankar

Devendra_01 by Giga Contributor
  • 19956 Views
  • 4 replies
  • 2 helpfuls

Adding a reference field for a reference field

Hi, all, This is my first time requesting assistance on the forums, so I extend my apologies if this confuses anyone who may want to help out. My team is looking at adding a reference field to the [alm_hardware] table which refers to the Manufacturer...

carram by Tera Expert
  • 3508 Views
  • 3 replies
  • 1 helpfuls

Resolved! Contextual search: Filter Configuration for catalog

Hi, I'm trying to display only catalog items from which the meta field starts with dwp, but it keeps displaying to many catalog items in the contextual search results I tried the following:(function(current, query_table){ query_table.addActiveQuer...