The CreatorCon Call for Content is officially open! Get started here.

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

Forum Posts

Configuration item mapping

Hello Everyone!!I have the requirement of adding new categories and sub-categories on the incident table, after adding those new categories and sub categories, i want to map the configuration items for the particular categories in the incident form a...

dmahendran by Tera Contributor
  • 343 Views
  • 2 replies
  • 0 helpfuls

Filter Configuration Item results in Change Request

Hi ,I want to show  all servers even if they are retired "sys_class_name=server" in the reference qualifier in change request which is having OOB condition asjavascript:new TaskUtilsSNC().getConfigurationItemFilter(current)I tried : javascript&...

Nandini DM by Tera Contributor
  • 411 Views
  • 1 replies
  • 0 helpfuls

Resolved! Servicenow PDI to PDI Integration

I have used GET and POST HTTP methods to integrate two PDI between. But I need to add  PATCH and DELETE Methods also for this PATCH method i dont want give sys id in Endpoint URL itself. Instead of that is there anyway to pass sys id.  If i mentioned...

Aditya02 by Tera Guru
  • 1005 Views
  • 5 replies
  • 6 helpfuls

Disable Auto-selects the highest predicted intent

Hello Everyone,My customer has a requirement where they never want NLU model to auto select an Intent and trigger a flow based on that and reason being they don't want an incorrect topic to get triggered. Rather they want NLU should always recommend ...

Script Include return always the same value

Hi All,I have an issue with Script Include - it always return the same value of this variable "iso_short", no matter which value is this variable "name" on this table "core_country " Script include : getSite_CountryCode: function() {        var user ...