Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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

Forum Posts

USE CASE :_

USE CASE :- Create one field that is list data type and  give reference of any  type(ex :- sys_user) then when someone remove any value from that field and whenever some one added any value for that field then it will give us popup with added user an...

purnendu by Tera Contributor
  • 241 Views
  • 1 replies
  • 0 helpfuls

Virtual agent chat bot reference qualifier issue

Hello Dear All,I'm implementing the virtual chat bot for my client for all catalog item. But I'm facing an issue with reference qualifier, variable set and Macro. When i'm removing the ref qualifier condition, deleting the macro and variable set then...

mehak1890_1-1722010250249.png
mehak1890 by Tera Expert
  • 373 Views
  • 3 replies
  • 0 helpfuls

Resolved! Script to remove all members of a specific group.

Hello,I have a group called 'test_impersonator'.  After doing upgrades, patches, builds, i put multiple members in this group just to allow them to test as other users. Once all testing is complete, i would like a script that i could run, that would ...

GlideExcel Parser not Working

Hi TeamI am trying to restrict the Catalog Item submission if the Mandatory Columns on the Excel is not filled with data.I am Using the GlideExcel Parser and the Mandatory Columns I am getting from the system property.It is Strange the Excel Parser i...

Kusuma2_0-1721911493389.png Kusuma2_1-1721911928704.png
Kusuma2 by Kilo Guru
  • 896 Views
  • 1 replies
  • 0 helpfuls

Report on incident table

Hi teamNeed to be able to report on average incident response time (time from incident creation to the time it was assigned). I created one report for this on incident_metric table keeping defination as 'Assgined to duration' but not sure if it is ca...

Sorting list collector value

How can I sort list collector values based on order. The values are in Question Choice table. I tried to create a system user preference but it still doesn't sort properly.

samadam by Kilo Sage
  • 280 Views
  • 1 replies
  • 0 helpfuls

Assigned too email notification sending to wrong person

We are working in the new Washington instance. When we create a request via the ESC mega menu - the requestor is getting an email saying " this task is assigned to you". However, the task is actually assigned to support staff say me Tyler. Any ideas ...

tylertaulbe by Tera Contributor
  • 261 Views
  • 1 replies
  • 0 helpfuls

Referance Qualifier

Based on selected server i need populate Ip_address in CIIP Field For this CIIP field I selected cmdb_ci_ip_address table in this table cmdb_ci is a server name field so that so i write Referance Qualifier :javascript:'cmdb_ci'=current.variable...

Prem96 by Tera Contributor
  • 394 Views
  • 5 replies
  • 0 helpfuls

Return false not working in on submit client script

Hello Community, There is a requirement where if a catalog form passes all the validations then only the form should be submitted otherwise we have to abort the on submit. It should not submit anything. I used return false in my client script but sti...