ReadByName Parameter (Connect-SageIntacct Cmdlet)
If True, the provider uses the ReadByName clause in its XML request to the Sage Intacct API. This allows the provider to query API endpoints that require this clause. Use this only when the UseLegacy connection property is set to True. It is rare for tables or views to require setting this property.
Syntax
Connect-SageIntacct -ReadByName SwitchParameter
Data Type
bool
Default Value
false
Remarks
When this property is enabled, the cmdlet only supports the following query filters:
- The table or view's primary key
- = operator
- IN clause
If no criteria is specified, a ReadByQuery clause is used instead in the XML request.