Miscellaneous
This section provides a complete list of the Miscellaneous properties you can configure in the connection settings for this provider.
| Property | Description |
| AccountSupportsSuiteAnalyticsConnect | Specifies whether SuiteAnalytics Connect is enabled for the authenticated account. |
| AggregateColumnMode | Specifies how aggregate columns, which consolidate data from child collections, are handled. This property applies only when Schema is set to SuiteTalk. |
| ApplicationId | Specifies the Application ID required by NetSuite for API requests as of version 2020.1. |
| ConnectOnOpen | Specifies whether the provider establishes a connection to NetSuite immediately upon opening the connection. Set ConnectOnOpen to True if immediate connectivity verification is necessary. |
| CustomFieldPermissions | Specifies 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. |
| DefaultDomain | This property is used for the Oracle Database Gateway for ODBC. |
| EnableForeignKeyDetection | Whether to detect the foreign keys in ODBC. |
| IncludeChildTables | Specifies whether to display child tables. |
| IncludeCustomFieldColumns | Specifies whether to include custom fields as columns in tables. |
| IncludeCustomListTables | Specifies whether to include tables based on custom lists. |
| IncludeCustomRecordTables | Specifies whether to include tables based on custom record types. |
| IncludeDualTable | Set this property to mock the Oracle DUAL table for better compatibility with Oracle database. |
| IncludeLongTextColumns | Specifies whether long or rich text custom fields should be included in the schema. |
| IncludeReferenceColumns | Specifies a comma-separated list of columns to include when retrieving data from fields that reference other records. |
| LimitKeySize | The maximum length of a primary key column. |
| MapBigintToVarchar | This property controls whether or not the bigint type maps to SQL_VARCHAR instead of SQL_BIGINT. This property is false by default. |
| MapToInt | This property controls whether or not the long type maps to SQL_INTEGER instead of SQL_BIGINT. This property is false by default. |
| MapToLongVarchar | This property controls whether or not a column is returned as SQL_LONGVARCHAR. |
| MapToWVarchar | This property controls whether or not string types map to SQL_WVARCHAR instead of SQL_VARCHAR. This property is set by default. |
| MaximumColumnSize | The maximum column size. |
| MaximumConcurrentSessions | Specifies the maximum number of concurrent sessions available for use in the connection. |
| MaxRows | Specifies the maximum number of rows returned for queries that do not include either aggregation or GROUP BY. |
| NetsuiteDateFormat | The preferred date format set in NetSuite UI. |
| NetsuiteLongDateFormat | The preffered long date format set in NetSuite UI. |
| NetsuiteMetadataFolder | Specifies the directory path for downloading metadata files from NetSuite. |
| Other | Specifies 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. |
| Pagesize | Specifies the number of results to return per page from NetSuite. |
| PreferredDateFormats | A semicolon separated string containing a list of DateTime formats which should be tried when parsing DateTime values. |
| PseudoColumns | Specifies the pseudocolumns to expose as table columns, expressed as a string in the format 'TableName=ColumnName;TableName=ColumnName'. |
| Readonly | Toggles read-only access to NetSuite from the provider. |
| ReportDoublesAsDecimal | Specifies whether double values should be reported as decimals. |
| RequestMemorizedTransactions | Specifies whether to include memorized transactions when retrieving transactions from NetSuite. |
| RTK | Specifies 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. |
| SuiteQLDateFormat | Specifies an optional override for the default Date format. |
| SuiteQLDatetimeFormat | Specifies an optional override for the default Datetime format when retrieving data with SuiteQL. |
| SuiteQLDatetimeFormula | Specifies an optional override for the formula used when filtering on date fields in SuiteQL queries. |
| Timeout | Specifies the number of seconds an operation can run before it times out and is canceled. |
| UpperCaseIdentifiers | This property reports all identifiers in uppercase. This is the default for Oracle databases and thus allows better integration with Oracle tools such as the Oracle Database Gateway. |
| UseAsyncServices | Specifies whether to use asynchronous services for inserting, updating, and deleting records. |
| UseInternalNamesForCustomizations | Specifies 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. |
| UserDefinedViews | Specifies a filepath to a JSON configuration file that defines custom views. The provider automatically detects and uses the views specified in this file. |
| UserTimezoneOffset | Specifies 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. |
| UseSimpleNames | Specifies whether or not simple names should be used for tables and columns. |
| UseUpserts | Specifies whether an INSERT operation should perform an upsert by checking the ExternalId. |
| WebServiceHost | Specifies an optional override for the NetSuite web service host, such as webservices.na1.netsuite.com. |