AccountSupportsSuiteAnalyticsConnect
Specifies whether SuiteAnalytics Connect is enabled for the authenticated account.
Data Type
bool
Default Value
false
Remarks
This property is useful for accounts interacting with large datasets.
- If SuiteAnalytics Connect is set to false, the API limits query results to 100,000 records. In such cases, the connector slices queries into multiple smaller queries, grouping them by range filters on the primary key column.
- If SuiteAnalytics Connect is set to true, the API can return unlimited results. To avoid query slicing, ensure this feature is enabled for the account and set this property to true.
The connector attempts to auto-detect whether SuiteAnalytics Connect is enabled. However, this detection may fail if the authenticated account lacks the necessary permissions to check enabled features.