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

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

Forum Posts

Resolved! How to create endpoint for accessing approval table from power automate??

We are depends on power automate for getting approval and from there it is directly updating the approval record which is associated with RITM. For this how i need to create endpoint for them to get access? In power automate they do have actions for ...

Community Alums by Community Alums  
  • 1399 Views
  • 3 replies
  • 2 helpfuls

Scheduling the Reports

Hi Team, We got a request to schedule a dashboard called - open incident dashboard and the schedule is once at 9 am every business day How can I achieve it is that possible to schedule a dashboard ? RegardsB Siva Teja 

Resolved! Child Schedules

I was just playing around with Schedules and Child Schedules. I created a "8-5 weekdays excluding holidays" Schedule that has a Schedule Entry of Monday to Friday from 8:00 until 17:00. Clicked on the "Show schedule" link and each Monday - Friday sho...

Jim Coyne by Kilo Patron
  • 3898 Views
  • 6 replies
  • 2 helpfuls

Resolved! why the query is taking first record even the variable doesn't get any value??

var SerialNumber = "current.serial_number.toString() ";var gr_device = new GlideRecord("alm_hardware");gr_device.addQuery("serial_number", SerialNumber);gr_device.query();if (gr_device.next()) {gs.print("asset found");} else {gs.print('asset not foun...

Community Alums by Community Alums  
  • 1606 Views
  • 5 replies
  • 2 helpfuls

Change how a column of Checkboxes display

I have two columns of checkboxes.I need to be able to select one of the check boxes and have three additional checkboxes, but they need to be indented? 1 (box not checked)2 (box checked)       3 (new indented box)       4 (new indented box)  

John H1 by Tera Guru
  • 650 Views
  • 1 replies
  • 0 helpfuls

Resolved! Is there cost involved to implement OAuth ?

Is it like subscription that comes with costing? Or we can free to use it without spending money over it? 

Community Alums by Community Alums  
  • 2090 Views
  • 1 replies
  • 1 helpfuls

Flow Designer

Hi, I could not be select catalog variable: ip_address under the For Each item condition.Below is the screenshot. Please help me what is the issue?

SarahBouil_0-1732408186094.png

Servicenow interview questions

Hi, 1. If one category and sub category is selected assignment group should be mandatory only if the part is part of that group only. if he is not part of that group, it should not be mandatory.2. Make a field visible or mandatory based on role. Othe...

blank reports

Hello All , What all things  needs to ne  checked , if user is getting  blank schedule reports .Till Now I have checked user has Report_view role .Please help me to fix this issue. Thank U 

pramn by Kilo Sage
  • 1457 Views
  • 5 replies
  • 0 helpfuls

Hide a reference variable option based on Users department

Good afternoon,I have a requirement to hide an option (in a reference variable), if the users department starts with BT.I have created this script Include and On Load script, but I am not sure how to progress with hiding the value now.The variable's ...

Category and Category Owner auto populate in request

Description - As a requester while submitting request i should be able to update 'Category' on the catalog item and will be able to see category owner the request . AC - Given as a requester when I will be initiang request, then based on 'category se...