search.Page

Object Description

Encapsulates an individual search page containing a result set for a paginated search.

For a complete list of this object’s methods and properties, see Page Object Members.

Supported Script Types

Client and server scripts

For more information, see SuiteScript 2.x Script Types.

Module

N/search Module

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
});
...
//Add additional code 

        

Related Topics

General Notices