ReadByName
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.
Data Type
bool
Default Value
false
Remarks
When this property is enabled, the driver 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.