ServiceNow News
792 items
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
·
about 2 years
medium.com
cache
Can you send notifications in ServiceNow without creating a notification record in the notification table?
that’s right, with the “GlideEmailOutbound()” method, you can send email notifications d...
45. Send Notification without creating a Notification Record
Import
·
about 2 years
medium.com
cache
Did you know that ServiceNow provides class “GlideSecureRandomUtil” for generating a random alpha-numeric String with the specified length ?
Example:
gs.info(GlideSecureRandomUtil.getSecureRandom...
43. Generate random alpha-numeric String with the specified Length
Import
·
about 2 years
medium.com
cache