CustomSuffix
- Last Updated: December 8, 2020
- 1 minute read
Purpose
Determines whether the driver includes or strips the __c suffix from the table and column names when mapping the
Salesforce data model. Salesforce adds the suffix to all custom objects and fields.
Valid Values
include | strip
Behavior
If set to include, the driver includes
the __c suffix.
If set to strip, the driver strips the
__c suffix.
Data Source Method
setCustomSuffix
Default
includeData Type
String