Adjust Lawson IOS query paging

For Lawson queries, there is a paging parameter called Page Size, which breaks the query into multiple calls to the application. Paging breaks large query record sets into smaller pages of records, and each page is another query back to the Lawson server. If you have enough memory on your IPA server, you should eliminate paging to reduce the number of calls to the application. You can access this setting by going to System Parameters > your configuration > Infor Lawson > Page Size. If you leave the field blank, it will default to 30,000. However, when you write out the node query to make the DME call, you can override the value on the server with &MAX=1000 parameter.