ServiceNow News
662 items
in the list collector reference qualifier I am passing the value of a reference variable to the script include
pass it in this format using toString()
use the fully qualified api name (including...
ServiceNow Service Catalog Advanced Reference Qualifier in SCOPED app -CHALLENGES (List Collector)
Import
·
over 2 years
www.cloudminus89.com
cache
the script include is created within the scoped app but needs to be accessible from all scopes
client callable box does not need to be ticked
[ function.
The isPublic() setting takes precedence over the glide.script.ccsi...
ServiceNow select a user role on this client callable script include message
Import
·
over 2 years
www.cloudminus89.com
cache
in classic UI, you can simply personalise the list from the reference variable popup
in portal, you can add similar to below to the variables variable attributes box
_ref\_auto\_completer=AJAXTa...
ServiceNow variable columns displayed in classic UI or portal
Import
·
over 2 years
www.cloudminus89.com
cache
instead, use new GlideDateTime().getDisplayValue();
Haven't tested these all recently within global/local scopes, so feel free to have a play! option 1 use an encoded query embedded in the GlideRe...
ServiceNow gs.nowDateTime() does not work in scoped app
Import
·
over 2 years
www.cloudminus89.com
cache
ServiceNow replaceAll doesn't work in scoped app apparently but fine in global scope
instead for scoped app use .replace(<string>/g)
Haven't tested these all recently within global/local scopes, ...
ServiceNow replaceAll doesn't work in scoped app apparently
Import
·
over 2 years
www.cloudminus89.com
cache
Have you ever been frustrated at not being able to search on the 'script' field in a scheduled job? Well the good news is you can! Using the 'scheduled script execution' related field > run this sc...
ServiceNow Search on Script Field in Scheduled Job
Import
·
almost 3 years
www.cloudminus89.com
cache
use the text or keywords and enter the string:
[ changes - Tokyo
Import
·
almost 3 years
www.cloudminus89.com
cache
Haven't tested these all recently within global/local scopes, so feel free to have a play! option 1 use an encoded query embedded in the GlideRecord , e.g. var grProf = new GlideRecord ( 'x\_cls\_c...
ServiceNow get the application scope name in script
Import
·
almost 3 years
www.cloudminus89.com
cache