ServiceNow News
514 items
Did you know that you can extend ServiceNow user criteria by adding a custom field and then use it in your User criterias?
Here are the steps:
1. To extend user criteria, simply add a reference f...
The normal auditing mechanism will record in the auditing tables (such as sys\_audit) changes in the value of a field on a specific table.
details the general steps for auditing specific fields or...
68. How to activate/deactivate auditing for a specific table or field?
Import
·
over 1 year
medium.com
cache
Did you know that you can access parameters passed to UI page inside UI page client script directly?
Example:
_UI Action to invoke UI page:_
var gdw = new GlideModal(‘validate\_ui\_page’); // na...
59. Accessing UI page parameter values inside UI Page Client Script
Import
·
over 1 year
medium.com
cache