MapSystemColumnNames
- Last Updated: December 8, 2020
- 1 minute read
Purpose
Determines how the driver maps Salesforce system columns.
Valid Values
0 | 1
Behavior
If set to 0, the driver does not change the names of the
Salesforce system columns.
If set to
1, the driver changes the names of the
Salesforce system columns as described in the following table: | Field Name | Mapped Name |
|---|---|
| Id | ROWID |
| Name | SYS_NAME |
| IsDeleted | SYS_ISDELETED |
| CreatedDate | SYS_CREATEDDATE |
| CreatedById | SYS_CREATEDBYID |
| LastModifiedDate | SYS_LASTMODIFIEDDATE |
| LastModifiedId | SYS_LASTMODIFIEDID |
| SystemModstamp | SYS_SYSTEMMODSTAMP |
| LastActivityDate | SYS_LASTACTIVITYDATE |
| OwnerId | SYS_OWNERID |
Data Source Method
setMapSystemColumnNames
Default
0Data Type
int