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

Forum Posts

Need to import data into requested item variables

Hi, I'm looking for a way to import a CSV file to create new service requests/requested items.  The data in the csv file would be populated into the variables of the service request (currently a request for new Software to be approved for our baseli...

Sarah C_1 by Kilo Expert
  • 2418 Views
  • 3 replies
  • 3 helpfuls

Resolved! Add link in info message

Hello,I have the following client script:--------------------function onChange(control, oldValue, newValue, isLoading) {   if (newValue == '')   return;   if (newValue == 'ABC')   g_form.addInfoMessage('Please see knowledge article KB0011111');   els...

alexm3 by Kilo Expert
  • 17196 Views
  • 10 replies
  • 23 helpfuls

Resolved! UI Action script to close child incident.

Hi All, I wrote code in UI actions to close child incidents but it is not working. Can someone correct this code. It is given below. function demoChildClose(){ var answer=confirm("Do you really want to close child incident?"); if(answer==true) {gsftS...

Tara16 by Giga Contributor
  • 2065 Views
  • 7 replies
  • 2 helpfuls

Flow engine context is in queued state and not executing

Hi, Flow engine context for the flow is in queued state and not executed.  If we go to flow designer and test - flow is triggered. Is there any configuration where flow designer triggering to be enabled? We used catalog item through record producer  ...

srijamadhuri by ServiceNow Employee
  • 6843 Views
  • 15 replies
  • 3 helpfuls

Resolved! Time Picker type of variable

Hi All, We are looking for a way to allow users to pick time only. So we basically want a 'Time' type of variable (not date/time) on one of our catalog forms. I know there is OOB variable type as such. But is there a workaround for the same or someth...

Rachna S by Tera Guru
  • 3632 Views
  • 5 replies
  • 2 helpfuls

Resolved! how to export data table to another instance?

Hello everyone, I am having a table exporting question this time, hoping to get your advice.       I am working on two instances with the same table, one is a latter version which has a few more custom fields, while the other only has less.       I h...

georgechen by Kilo Guru
  • 5146 Views
  • 6 replies
  • 10 helpfuls

Resolved! Display Multi row variable set columns in notification

Hi I have a multi row variable set and there is data in the columns. Does anyone have any idea how can i display that table in notification? I am using email script wherein i am calling the variables via GlideAppVariablePoolQuestionSet, but unable to...

Planned start date must be after current date

In the change request I have to validate the Planned start date that it should be after the current date. I was able to create the Field level error message whenever the planned start date is earlier than the current date. But regardless of that fiel...

Resolved! How to disable mandatory fields

I have configured mandatory fields for our Change form through UI Policy.   I now need to configure a UI Action to cancel the change.   Upon choosing this Cancel menu option, we are currently prompted regarding the mandatory field requirements.   How...

kmathis by Kilo Contributor
  • 5913 Views
  • 5 replies
  • 5 helpfuls

Resolved! Pass array in GlideRecord query

Hello! I am trying to pass an array of values to addQuery, but I am not getting the desired output. Form a previous code snippet, I get an array of CI sys IDs (arrayCI, suppose), which is also correct. I have verified that. I have to pass this array ...