Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 10:03 PM
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 10:04 PM
next() method is responsible to move to the next record in GlideRecord. _next() provides the same
functionality as next(), intended to be used in cases when we query the table having a column name as
next.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 10:04 PM
next() method is responsible to move to the next record in GlideRecord. _next() provides the same
functionality as next(), intended to be used in cases when we query the table having a column name as
next.