Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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

Forum Posts

Accessing multiple catalog task in ATF

Hi, In a catalog item that i am testing in ATF the workflow is as such, that it generates multiple catalog tasks(around 15) for a single RITM, i am able to query the sc_task table for all these records, but now i need to access each record and close ...

Supritha3 by Tera Contributor
  • 3496 Views
  • 15 replies
  • 4 helpfuls

Resolved! Need a report which show all users with their roles assigned in servicenow.

Hi , I have 400 SNOW users IDs in excelsheet. Now I need to pull a report to see what are the roles does each user have?   Exe: kuma42 - itil, admin, change, incident_user kuma43 - admin, problem_user, itil  Please help me to get the report. Thanks,

Community Alums by Community Alums  
  • 7865 Views
  • 4 replies
  • 7 helpfuls

Resolved! Filter Condition Changes from null or empty

HI AllI need help creating a filter condition on the field Assigned To when it changes from empty (null).   Is there a way to do this?I'm using this filter in a business rule to create metric instances on who is doing incident assignments when the as...

jack_zheng by Kilo Expert
  • 6408 Views
  • 4 replies
  • 2 helpfuls

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
  • 2959 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
  • 18857 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
  • 2873 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
  • 8864 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
  • 4773 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
  • 6317 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...