search.Page
Object Description |
Encapsulates an individual search page containing a result set for a paginated search. Use the PagedData.fetch(options) method to create this object. |
Supported Script Types |
Client and server scripts For more information, see SuiteScript 2.x Script Types. |
Module |
|
Methods and Properties |
|
Since |
Version 2015 Release 1 |
Syntax
Important:
The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/search Module Script Samples.
//Add additional code
...
var page = pagedData.fetch({
index: lastPageRange.index
}); // creates a search.Page object
...
//Add additional code