Determining the Maximum Records Returned in a Data Service

In a service request that returns rows in a grid, the AIS Server will return a maximum of 100 rows by default. If you want to return all records, include the following method in the form service request:

dataRequest.setMaxPageSizeUnlimited();