UseLegacy Parameter (Connect-SageIntacct Cmdlet)
When set to True, the provider uses the old API implementation. When set to False, the provider uses the new API implementation. The new API supports server-side filtering, ORDER BY clauses, as well as offset and aggregate functions including COUNT, AVG, MIN, MAX and SUM.
Syntax
Connect-SageIntacct -UseLegacy bool
Data Type
bool
Default Value
true
Remarks
When set to True, the cmdlet uses the old API implementation. When set to False, the cmdlet uses the new API implementation. The new API supports server-side filtering, ORDER BY clauses, as well as offset and aggregate functions including COUNT, AVG, MIN, MAX and SUM.
This is a required parameter.