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
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
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...
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...
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)
Is it like subscription that comes with costing? Or we can free to use it without spending money over it?
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?
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...
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
I have a catalog item RITM table. I want to populate all the variables of RITM table in my custom table. For that I have used the ui formatter and after creating the ui formatter added that variable editor in my record form. After adding that variabl...
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 ...
Is there any KB or Artical mentioning or exaplaining the AI features in Servicenow(Xanadu) ?
Hi All, I have a requirement to restrict users from deleting attachments in a change ticket once the state changes to "Scheduled." However, users should still be able to add attachments in any state.I have implemented a before/delete Business Rule, b...
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...
I created an iFrame of an existing VTB in our instance, and when I go to add the iFrame to a Dashboard it is not working.I tried using the full URL in iFrame and it just opened a blank page on dashboard I tried using only \vtbxxxxxxxx (end of URL for...
Hello,When we are trying to access the form by the link and if we are not login to the servicenow it is showing the error message "You are either not authorized or record is not valid." instead of redirecting the user to the SSO login page. While we ...