IncludeCustomFields
Use this property to determine whether custom fields should be included as columns in the Deals, Accounts, or Contacts tables. Selecting the 'ReadWrite' option requires additional requests per table to retrieve the values, which may cause poor performance.
Possible Values
None, WriteOnly, ReadWriteData Type
string
Default Value
"WriteOnly"
Remarks
To control the driver's behavior with this property, select one of the following options:
- None: Excludes custom field columns.
- WriteOnly: Includes custom fields in the column listing for insert and update operations, but the field values will remain null.
- ReadWrite: Includes custom fields with their values in the main table.