Determining the Maximum Records Returned in a Form Service Request

In a form 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:

formRequest.setMaxPageSizeUnlimited();