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

Forum Posts

on change client script using GlideRecord not working

 var grUser=new GlideRecord('sys_user');  grUser.addQuery('sys_id','6816f79cc0a8016401c5a33be04be441');  grUser.query();  if(grUser.next())  {    g_form.setValue('u_email',grUser.email);    g_form.setValue('u_location',grUser.location);    g_form.set...

Countdown Timer

I have a script that refreshes my incident data every 5 minutes in a Dashboard I built in UI Builder (Below). I now want to have a visualization that shows a countdown timer for 5 minutes and resets to 5 minutes when everytime the below client script...

Reporting

Hi all, Object ID from cloud resource able not available for Pivot type report in column or in row? any reason ? how to make it available ? ThanksRoopa

Roopa11 by Tera Expert
  • 333 Views
  • 4 replies
  • 0 helpfuls

on change client script using a synch call

function onChange(control, oldValue, newValue, isLoading, isTemplate) {    if(isLoading||newValue==''){        return;    }  var ci=g_form.getReference('u_configuration_item',getCIdetails);function getCIdetails(ci) // ci is object{g_form.getValue('u_...

Next experience greenting message

Hi Experts,Requirement- On user table we have custome "xyz" field(string field), and client wants that field should be visible everywhere user first name is visible in native UI.e.g. 1) When itil user login, they are landing on workspace and there is...

NS16_1-1702334195050.png NS16_2-1702334244513.png
NS16 by Mega Sage
  • 933 Views
  • 3 replies
  • 1 helpfuls

Filtering for values on a Service Catalog Item

I have a catalog item that references the Cost Center table using Variable X, Y, and Z each using tree-picker attribute. The referenced Cost Center table offers parent/child relationships.In that table I have:Cost Center (X) --> Center Center Child (...

LKSN by Tera Contributor
  • 230 Views
  • 1 replies
  • 0 helpfuls

Refreshing the NLU Models in an Instance

Hello everyone, I have multiple SN instances. All of the NLU models between the instances have become out of sync, i. e. the model on our dev instance is not the same as the one on our QA instance. We have always used update sets to transfer models f...

Raj64 by Tera Guru
  • 299 Views
  • 2 replies
  • 0 helpfuls

Counter should update based on the due date

In the Risk event form, Due Date: Add ‘Counter’ field in the Key dates section. The counter field should updated based on the Due date changes.Due date in the Risk Event Task should not be greater than Risk Event due date.Scenario 1: If a due date is...

MonishramP by Tera Contributor
  • 331 Views
  • 1 replies
  • 1 helpfuls

Hi all

Hi All,  I have install Glide Virtual agent & ITSM VIRTUAL AGENT CONVERGATION in our instance.Now we can't see 'Conversational Interfaces Guided Setup' in our instance can you help please.    ''

bashashaik_0-1720784477002.png
basha shaik by Tera Contributor
  • 247 Views
  • 2 replies
  • 0 helpfuls