データアクセスのファインチューニング
Fine Tuning Data Access
You can use the following properties to gain more control over the data returned from Sage Intacct:
- LocationsID: To connect to a shared child company, specify its locations Id.
- ClientID: To connect to a distributed child company, specify its client id.
LocationsID and ClientID cannot be specified at the same time.
New Sage Intacct API
Support for the new Sage Intacct API has been added.The new API adds support for server-side filtering, ORDERBY, offset and aggregate functions including count, avg, min, max and sum.
Enable this support by setting UseLegacy to False.
The new API also supports the displaying of attributes related to objects using IncludeRelatedAttributes.