Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!

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

Forum Posts

Resolved! Using UI page in Workspace with UI Action

Hey guys, I need help with figuring this out so I have a UI action which code opens a UI Page in a Modal window. function modalPopUp() { var gm = new GlideModal("x_adab_quality_populate_via_template", false, 600); gm.setTitle("Choose a Templa...

Catalog item & Flow scoping

I have a catalog item in global scope & i have created a flow for it which is also in global scope now i need to put them into a scoped app how can i achieve this asking this coz i need to do this for all the existing items & flows as well is there a...

check undefined

Hello experts, Is there any way we can check undefined in servicenow using a gs function? I am new to SNOW Scripting.

deepika46 by Tera Contributor
  • 2757 Views
  • 4 replies
  • 2 helpfuls

Resolved! convert string to Glidedate

Hi experts, I am Tring to insert the records from one table to another table in my personal instance, I have got struck with one of field called "Valid From"   which is string type and value of the filed is 'August 22, 2022' and i have same filed cal...

Arjun Arjun by Tera Contributor
  • 2034 Views
  • 1 replies
  • 1 helpfuls

Skip a node in virtual agent

Hi, Is it possible to skip a input note totally based on a condition, we have tried script in "allow user to skip", but there is a skip button button after asking for input, but i want to skip always , without asking user to skip. Let me know if anyo...

Test97 by Tera Contributor
  • 1259 Views
  • 1 replies
  • 0 helpfuls

reference field vs lookup select box

Hi experts,we have variable on record producer which has to show a specific field (u_can) which is a string field from user table.This can be achieved by look up select box but it is causing performance issue by loading very slowly.So I have tried us...

Community Alums by Community Alums  
  • 1187 Views
  • 2 replies
  • 0 helpfuls

How to get the Title of logged in User in Business rule

Working on User Criteria, need to show the catalog item to the user whose title is in some specific values.We have create a property to hold those title values.Now we are trying to check whether user is having the title or not. Here in script it is a...

Rakesh11_0-1697554916718.png
Rakesh11 by Tera Contributor
  • 1531 Views
  • 3 replies
  • 0 helpfuls