We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

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

Forum Posts

fetching hour form a glidedatetime value

Hello Experts, Can anyone tell how to fetch hour from a glidedatetime value. I am using this script var gdt = new GlideDateTime ("2017-03-31 15:13:43");var gdtsplit = gdt.getDisplayValue().split(' ')[1].split(':');gs.print(gdtsplit[0]); It is returni...

deepika46 by Tera Contributor
  • 548 Views
  • 1 replies
  • 0 helpfuls

catalog task worflow activity not working

I am trying to get certain variables to show up on a certain task. I am using the workflow activity Catalog Task at the bottom to select a variable to show on the task. I selected 8 out of the 90 variables but when i go to the task, all 90 still show...

Resolved! report_view ACL error in incident metric report.

Hi folks,We've reports created on incident metric table, It's throwing report_view ACL error when trying to access data.I've found ACL on metric_instance while debugging.How is this table related to incident metric table ?

Community Alums by Community Alums  
  • 1363 Views
  • 3 replies
  • 0 helpfuls

Flow designer question

I'm new to flow designer and have the following question:Requirements:1) User submits a request and Task A is created.2) In Task A , the analyst needs to make a decision to proceed or not proceed (See image labeled 1)3) Once a decision is made to pro...

Neelu3 by Tera Contributor
  • 849 Views
  • 1 replies
  • 0 helpfuls

How to hide variables in multi row variables set

I'm trying to hide one variables (action) in my multirow variables but its not working with client script.  var requestType= g_form.getValue('request_type');   if(requestType =='add_location'){    g_form.setVisible('action', false);   }

Xhare_1-1717145188922.png
Xhare by Tera Contributor
  • 727 Views
  • 1 replies
  • 0 helpfuls

UI Page in Workspace

Hello @Ankur Bawiskar  , have created seperated thread and below is the need , we have UI Action called session and when it's clicked it open page and display Session link and Key , Currently we have following script in UI Action which works perfect ...

shyam34 by Tera Contributor
  • 920 Views
  • 3 replies
  • 1 helpfuls

Knowledge - Related Articles in ServiceNow

I am relating articles in ServiceNow and I noticed that the article I am relating to the primary article does not relate back. Is there a way that once I relate one article, that the other article (being related) also relates back?  I am needing this...

CrispyG by Tera Contributor
  • 782 Views
  • 1 replies
  • 0 helpfuls

UI policy conflict

Hello friends, I have created 2 UI policies on catalog form:1. When the "Region" is "APAC" then the "Department" field should be mandatory, Visible.2. When the "Region" is "USA" then the "Department" field should be mandatory, Visible.In both the cas...

Asmita7 by Tera Expert
  • 668 Views
  • 3 replies
  • 0 helpfuls