ADO.NET Provider for NetSuite

Build 25.0.9434

Miscellaneous

This section provides a complete list of the Miscellaneous properties you can configure in the connection string for this provider.


PropertyDescription
AccountSupportsSuiteAnalyticsConnectSpecifies whether SuiteAnalytics Connect is enabled for the authenticated account.
AggregateColumnModeSpecifies how aggregate columns, which consolidate data from child collections, are handled. This property applies only when Schema is set to SuiteTalk.
ApplicationIdSpecifies the Application ID required by NetSuite for API requests as of version 2020.1.
ConnectionLifeTimeSpecifies the maximum lifetime of a connection in seconds. When the specified time elapses, the provider closes the connection.
CustomFieldPermissionsSpecifies a comma-separated list of custom field permissions to use when retrieving metadata. Overrides the binary behavior of IncludeCustomFieldColumns , allowing selective inclusion of custom fields based on permissions.
IncludeChildTablesSpecifies whether to display child tables.
IncludeCustomFieldColumnsSpecifies whether to include custom fields as columns in tables.
IncludeCustomListTablesSpecifies whether to include tables based on custom lists.
IncludeCustomRecordTablesSpecifies whether to include tables based on custom record types.
IncludeLongTextColumnsSpecifies whether long or rich text custom fields should be included in the schema.
IncludeReferenceColumnsSpecifies a comma-separated list of columns to include when retrieving data from fields that reference other records.
MaximumConcurrentSessionsSpecifies the maximum number of concurrent sessions available for use in the connection.
MaxRowsSpecifies the maximum number of rows returned for queries that do not include either aggregation or GROUP BY.
NetsuiteDateFormatThe preferred date format set in NetSuite UI.
NetsuiteLongDateFormatThe preffered long date format set in NetSuite UI.
NetsuiteMetadataFolderSpecifies the directory path for downloading metadata files from NetSuite.
OtherSpecifies additional hidden properties for specific use cases., to be used only when our Support team advises it, to address specific issues. See Remarks for details.
PagesizeSpecifies the number of results to return per page from NetSuite.
PoolIdleTimeoutSpecifies the maximum idle time, in seconds, that a connection can remain in the pool before being closed. Requires UseConnectionPooling=True.
PoolMaxSizeSpecifies the maximum number of connections allowed in the connection pool.
PoolMinSizeSpecifies the minimum number of connections to be maintained in the connection pool at all times.
PoolWaitTimeSpecifies the maximum number of seconds a connection request waits for an available connection in the pool. If the wait exceeds this time, an error is returned.
PreferredDateFormatsA semicolon separated string containing a list of DateTime formats which should be tried when parsing DateTime values.
PseudoColumnsSpecifies the pseudocolumns to expose as table columns, expressed as a string in the format 'TableName=ColumnName;TableName=ColumnName'.
ReadonlyToggles read-only access to NetSuite from the provider.
ReportDoublesAsDecimalSpecifies whether double values should be reported as decimals.
RequestMemorizedTransactionsSpecifies whether to include memorized transactions when retrieving transactions from NetSuite.
RTKSpecifies the runtime key for licensing the provider. If unset or invalid, the provider defaults to the standard licensing method. This property is only required in environments where the standard licensing method is unsupported or requires a runtime key.
SuiteQLDateFormatSpecifies an optional override for the default Date format.
SuiteQLDatetimeFormatSpecifies an optional override for the default Datetime format when retrieving data with SuiteQL.
SuiteQLDatetimeFormulaSpecifies an optional override for the formula used when filtering on date fields in SuiteQL queries.
TimeoutSpecifies the number of seconds an operation can run before it times out and is canceled.
UseAsyncServicesSpecifies whether to use asynchronous services for inserting, updating, and deleting records.
UseConnectionPoolingEnables the connection pooling feature, which allows the provider to reuse existing connections instead of creating new ones for each request.
UseInternalNamesForCustomizationsSpecifies the mode used to control whether internal names or label names are used for custom records and fields. By default, internal names are used for both tables and columns.
UserDefinedViewsSpecifies a filepath to a JSON configuration file that defines custom views. The provider automatically detects and uses the views specified in this file.
UserTimezoneOffsetSpecifies the user's timezone offset as configured in NetSuite. This setting ensures that Date and Time values are displayed correctly based on the user's NetSuite preferences.
UseSimpleNamesSpecifies whether or not simple names should be used for tables and columns.
UseUpsertsSpecifies whether an INSERT operation should perform an upsert by checking the ExternalId.
WebServiceHostSpecifies an optional override for the NetSuite web service host, such as webservices.na1.netsuite.com.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434