what is _next() in servicenow

renu8
Giga Contributor

what is _next() in servicenow

5 REPLIES 5

amitsinghit
Tera Contributor

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