Skip to main content

Posts

Showing posts from October, 2025

ServiceNow Read only admin, but with access to write to certain tables

ServiceNow Read only admin, but with access to write to certain tables    

ServiceNow Zurich: admins may not be able to edit script fields

    ServiceNow Zurich: admins may not be able to edit script fields New with ServiceNow Zurich: admins may not be able to edit script fields. A new role has been introduced and is required for anyone editing script fields:  snc_required_script_writer_permission https://www.servicenow.com/docs/bundle/zurich-platform-security/page/administer/security/concept/scripting-governance.html

ServiceNow CMDB Key Value Table

 ServiceNow CMDB Key Value Table You can use the cmdb_key_value table to store attributes in the CMDB against a CI via a linked key value table - one row per attribute this has a many-to-one relationship to the CI and can be displayed on the CI in a related list

ServiceNow Building up a JSON Example in Javascript

  var   oResult = {               "appservice_Development" : {                   "sys_id" :   "" ,                   "environment" :   ""             },               "appservice_Production" : {                   "sys_id" :   "" ,                   "environment" :   ""             },               "appservice_Test" : {       ...