ServiceNow News
53101 items
Reporting, Performance Analytics, & Platform Analytics Workspace Training
Import
·
over 3 years
www.servicenow.com
stop everyone I want all of us to go to our employers and talk about what they&39;re doing in Norway here in other countries in the EU and we need to talk to our employers and why don&39;t ...
Video
ServiceNow Store Highlights (SSH) v01132023 - short #servicenow #tokyo
Import
·
over 3 years
When setting up an import in ServiceNow, it’s important to ensure that data values are properly mapped and updated to the corresponding fields in the system. However, sometimes data values may not ...
Data truncating on import? There's a property for that! - Carleen Carter
Import
·
over 3 years
www.smartcarleen.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...
refer to table sys\_hub\_sub\_flow\_instance
(ServiceNow )
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 th...
see [https://www.youtube.com/watch?v=mhEQZNy\_DX4&t=1s ](https://www.youtube.com/watch?v=mhEQZNy%5FDX4&t=1s)
/code fred > code search commands (in this case search code for 'fred'
table search, e...
Video
ServiceNow SNUtils Slash Commands - example commands
Import
·
over 3 years
www.cloudminus89.com
cache
[Music] foreign [Music]
Video
Software Success: Portal, Goals and Activities - short #servicenow #tokyo
Import
·
over 3 years
From the San Diego release onwards, [MFA can be enforced with SSO logins](https://docs.servicenow.com/bundle/tokyo-platform-security/page/integrate/authentication/task/configure-mfa-with-sso.html) ...
MFA with SSO -Dynamically enforce MFA on the ServiceNow side based on the Identity provider response
Import
·
over 3 years
www.servicenow.com
cache
go to flow table: sys\_hub\_flow
(use _flow type_ column to distinguish between flow/subflow)
(it appears that the sys\_hub\_flow\_base table references subflows, as can be seen by the 'subflow'...
ServiceNow view additional info on flow / subflow tables
Import
·
over 3 years
www.cloudminus89.com
cache
// Add your code herevar scTask = new GlideRecord('sc\_task');scTask.addActiveQuery();scTask.addQuery('request\_item', current.sys\_id);scTask.query();if (scTask.hasNext()) {gs.addErrorMessage('RIT...
Restrict RITM Closure when SCTASK is Open using Business Rules
Import
·
over 3 years
www.servicenow.com
cache
Hi All,
Hope you are doing great.
In todays article we will try to understand the Client script in ServiceNow with examples.
What is ServiceNow Client Script ?
ServiceNow is a platform that o...
ServiceNow Client Script : Exploring the Benefits of ServiceNow Client Scripts with Examples
Import
·
over 3 years
www.servicenow.com
cache