N
ews
J
ace
P
ro
NJP
Create Account
Login
Items
Sessions
K26 (2026)
nullEDGE 2025
K25 (2025)
K24 (2024)
K23 (2023)
K22 (2022)
K21 (2021)
K20 (2020)
ServiceNow News
514 items
Search
Clear
Prashant LearnIT
View Profile
Clear Filter
A Client Script executes client-side script logic when forms are: onLoad _onLoad_ Client Scripts execute script logic when forms are loaded. Use _onLoad_ Client Scripts to manipulate a form’s ap...
Client Script Types
Import
·
about 3 years
PL
medium.com
cache
SERVICENOW DEVELOPER MVP Announcement 2023
Import
·
about 3 years
PL
medium.com
Happy Republic Day
Import
·
about 3 years
PL
medium.com
When creating applications and systems for business, developers seldom want to have to start from scratch. Instead, they find that their time is more effectively used when they rely on existing inf...
Introduction to API Integrations
Import
·
about 3 years
PL
medium.com
cache
All scripts, regardless of the script type, have two parts: Configuration: It specifies _when_ to execute the script logic Script: It contains the script logic specifying _what_ to do when the c...
ServiceNow Script Editor
Import
·
about 3 years
PL
medium.com
cache
There are six API categories: _Client:_ _Client-side API for desktop apps_ _Client Mobile:_ _ServiceNow Classic mobile application API. Not for ServiceNow Agent, Now Mobile, or ServiceNow Onboar...
ServiceNow APIs
Import
·
about 3 years
PL
medium.com
cache
Parse.xlsx formatted Excel files and access file data in the script. The GlideExcelParser methods can be used in global and scoped scripts. Use the sn\_impex namespace identifier to create a Glide...
GlideExcelParser — Scoped, Global
Import
·
about 3 years
PL
medium.com
cache
The broadcast event sends the specified event (message) into the workflow context to pass along to the executing activities. The typical use of this method is to enable activities that wait for so...
broadcastEvent in Workflow
Import
·
about 3 years
PL
medium.com
cache
hasNext(): _This method returns true if the iterator has more elements._ next(): _This method returns the next element and also moves to the next element._
Difference b/w hasNext() & next()
Import
·
about 3 years
PL
medium.com
cache
There are two ways to generate events: 1. _Server-side script_ 2. _Workflow Create Event activity_ The eventQueue() methods are part of the GlideSystem server-side API. Use the eventQueue() metho...
Generating Events
Import
·
about 3 years
PL
medium.com
cache
If you need to redirect from the Agent Workspace list to a specific URL then that can be done via a List Action. 1\. Create List Action of type Client Script 2\. Use the below script in the list...
Redirect Specific URL from Agent Workspace List
Import
·
about 3 years
PL
medium.com
cache
Business Rules often use the _current_ and _previous_ objects in their script logic. The _current_ and _previous_ object is automatically instantiated from the _GlideRecord_ class. The _current_ ...
Current & Previous in Business Rule
Import
·
about 3 years
PL
medium.com
cache
We have an API called getED() which returns the field type. _var inc = new GlideRecord(“incident”);_ _inc.get(“7e20f9dd2f82551045ea802df699b6b3”);_ _gs.info(“Field Type :”+ “ ” +inc.caller\_id.g...
Get the Type of Field in a Table
Import
·
about 3 years
PL
medium.com
cache
ServiceNow Coding Tips This story is no longer available [ ![Killer Ser...
List: ServiceNow Coding Tips
Import
·
over 3 years
PL
medium.com
cache
Previous
…
17
18
19
20
21