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

Forum Posts

Resolved! How to switch Topics using topicDiscovery()

I am using switchtopic() to switch topics but When I use this function, Option to start a new conversation is not coming in virtual agent. See below image:      Now, I want to use topicDiscovery() to switch the Topics but I do not know the exact syn...

find_real_file.png

GUID (Globally Unique ID) is it unique?

Hi guysI have a question from one of our customers concerning the GUID value..The idea is that if the GUID that ServiceNow is using is based on the MicroSoft way, then its close to unique, but not quite.. (and UUID is better......)Is that correct?Som...

priisholm by Mega Expert
  • 10167 Views
  • 4 replies
  • 9 helpfuls

Abort Form Submission

Hi all, I have the below requirement. In my catalog form, I have a variable called vendor(string). When the form is submitted, the information is saved in a custom table with the same column name (vendor). So, if I enter any text in the variable vend...

Nag9 by Tera Expert
  • 1545 Views
  • 5 replies
  • 0 helpfuls

Resolved! Populating Config Item variable into tasks

Hi, We have a variable on a form that asks for the relevant CI name.  Whilst this variable shows in RITMs/ Tasks this doesn't automatically populate through to the existing inbuilt CI field which can be used in views / reporting. We use the script be...

JSSNow by Tera Contributor
  • 1762 Views
  • 4 replies
  • 2 helpfuls

Resolved! Using RITM Variables value in GlideRecord.

HI All,,Appreciate your help..!My Requirement : i have the catalog item sysid, Requested for, and variable value. Here i have to Query sc_req_item  with these details need to find the RITM number .Simple Query : var Item = new GlideRecord('sc_req_it...

Resolved! Creating Related List - Add button

Hi Guys, I was trying to create a Related List - Add button I was checking the UI Action - Add button for Change Upon checking the script: var chngModal = new GlideModal('task_add_change_req'); chngModal.setTitle(getMessage("Add Change Requests")); ...

Tadz by Kilo Sage
  • 3247 Views
  • 5 replies
  • 3 helpfuls

Service Desk Incident Handling Quality Measurements

We have a new third party Service Desk partner and would like to implement a way to flag incidents that we feel aren't meeting our incident handling standards.  Things like 'missing detailed work notes'; 'escalated to wrong assignment group'; 'didn't...

kwmathias by Tera Contributor
  • 2986 Views
  • 3 replies
  • 1 helpfuls

Resolved! Contract [ast_contract] - How do I progress the state past 'Draft'?

Hello, The image below is OOTB Rome.  Beth Anglin created the contract and Charlie Witherspoon has just approved it.  The contract is still in a 'Draft' state.  I am unsure what Beth needs to do at this point to progress the contract State field?

find_real_file.png
aaron47 by Mega Guru
  • 3678 Views
  • 6 replies
  • 0 helpfuls

Sum calculation of field values

Hi, I have a table with two integer-type fields, can I calculate the sum of the values ​​of these fields in a third integer-type field in the flow designer?

Lidiane by Tera Contributor
  • 2014 Views
  • 1 replies
  • 1 helpfuls

Update field in list view when incident table loads

Hello, I have a requirement to get the 'business elapsed percentage' field from the current SLA of an incident record on the incident list view, so the customer can quickly prioritize incidents.  I was successful in doing this (above screenshot), ho...

find_real_file.png find_real_file.png