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

Forum Posts

Add "To Address" through email script

Hello, We have one global notification that will trigger to "requester" when any RITM is created on any catalog item. Here my requirment is, for one "XXX" catalog item if requester select one drop down variable as "ABC", we need to send out an email ...

n_16 by Tera Contributor
  • 6997 Views
  • 7 replies
  • 4 helpfuls

Stop UI action to work if field is empty

I have created a UI action to create another ticket. I need to make some fields mandatory to create that ticket. So if mandatory field is empty and when clicked on UI action that should not work. I need to make that in UI action script. Can anyone he...

Kumar147 by Tera Contributor
  • 2011 Views
  • 7 replies
  • 3 helpfuls

How to load attachment via data source using flow designer?

1) I need to upload a record(xlsx) to a table via data source using flow designer. 2) The record should be ordered form service catalog item. 3) I have already created data source and transform maps. 4) I have partially done my requirement like i hav...

Kavithan A1 by Tera Contributor
  • 2431 Views
  • 1 replies
  • 1 helpfuls

Resolved! How to reset Incident "Default View" for 1 User

Hi all, one of our Users encountered a little problem that I can´t seem to fix. Since he logged in today his standard view for all Incident Modules is "Incident Manager". He cannot select "Default View".   Where can I find the problem? Thanks in adva...

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
  • 9739 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
  • 1426 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
  • 1684 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...