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

get yes/no in client script confirmation prompt

Have a client script, which on a clearing a field value , will give below confirm dialogIs there anyway to get "yes" and "no" instaed of "ok" and "cancel"Thanks

find_real_file.png
anur by Kilo Contributor
  • 12599 Views
  • 6 replies
  • 0 helpfuls

Resolved! End date Greater than Start date

Created two Date/time fields in format DD:MM:YYYY HH:mm:ssEnd date(DD:MM:YYYY HH:mm:ss) can not be earlier than Start date(DD:MM:YYYY HH:mm:ss)?? Can anyone give script for this?

Community Alums by Community Alums  
  • 3545 Views
  • 10 replies
  • 0 helpfuls

Resolved! How does a custom request table create a task on a custom task table

First time creating a table where a request will come from and a subsequent task.Normally it is just the table for the application I am creating for, so please forgive me for my ignorance.Here is the scenario. I created two tables u_blaze_requestsu_b...

Blaze2 by Kilo Guru
  • 5806 Views
  • 26 replies
  • 1 helpfuls

Resolved! Creating Database View joining Requested Item and variable (asset)

I have a task to create a database view to report on variables on the requested items. I have created the Database View below but it's not working.   To provide more detail:We would like to Report on the item called 'Advanced Replacement' and the poo...

Screenshot 2023-03-03 at 21.01.39.png Screenshot 2023-03-03 at 21.03.11.png Screenshot 2023-03-03 at 21.05.21.png
Natalia11 by Tera Expert
  • 2222 Views
  • 3 replies
  • 0 helpfuls

Resolved! How to call script include in ACL

Hi All,I need assistance in calling script include in the ACL.Script Include:var Test1 = Class.create();Test1.prototype = {initialize: function() {},TestFunction: function(gr) {var appgr;var grd = new GlideRecord('sysapproval_approver');grd.addQuery(...

Renu9 by Tera Contributor
  • 3147 Views
  • 1 replies
  • 3 helpfuls

Resolved! CMDB, ITOM and Service Mapping admin role

Hi, I am new in CMDB. I would like to give a team full admin access to CMDB, ITOM and Service Mapping. I don't have cmcb_admin role in my instance. I search on Service Now and i can't find Admin role for CMDB. Thanks, James

James40 by Kilo Expert
  • 3392 Views
  • 4 replies
  • 0 helpfuls

Resolved! Approval Remains cancelled in change and doesn't retrigger

Steps: User raised CR and sent it for approvalNow in assess state if he realize that he forgot to add location, he has option- to move CR to new state(‘Revert to New’). If user moving CR to new, Approval are cancelled.Now CR is in New state when user...

find_real_file.png find_real_file.png

New button is not working in the Agent Workspace

Hi All, New button on the Agent workspace list is not working. The user has access to create an entry in the table and was able to do so via UI16 but was unable to do so from the Agent Workspace List. It's not logging any console errors to debug furt...

ap03 by Tera Contributor
  • 2521 Views
  • 2 replies
  • 1 helpfuls

Resolved! Manual Approval workflow

I want to create a workflow, where manual approver to be added post the request item is created. Till the manual approver approves the request, the stage should be Waiting for Approval. As per business requirement no manager approval is required and ...