Cmdlets for Sage Intacct

Build 25.0.9434

Pagesize Parameter (Connect-SageIntacct Cmdlet)

The maximum number of records per page the provider returns when requesting data from Sage Intacct.

Syntax

Connect-SageIntacct -Pagesize string

Data Type

cstr

Default Value

""

Remarks

When processing a query, instead of requesting all of the queried data at once from the Sage Intacct API, the cmdlet can request the queried data in pieces called pages.

This property determines the maximum number of results that the cmdlet requests per page. Note that setting large page sizes may improve overall query execution time, but doing so causes the cmdlet to use more memory when executing queries and risks triggering a timeout.

When UseLegacy is set to True, the default pagesize is set to 1000. When UseLegacy is set to False, the default pagesize is set to 2000.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434