what is _next() in servicenow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2020 05:10 AM
what is _next() in servicenow
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2025 02:49 AM
The next() method moves the record to the next in GlideRecord.
The _next() has the same functionality as next(), but it is used in cases when a tale having column name 'next' is queried.
https://developer.servicenow.com/app.do#!/api_doc?v=newyork&id=r_GlideRecord-_next
Also Follow This,
Thanks