Table "Integration Field Mapping"
ID 5336
Namespace: Microsoft.Integration.SyncEngine
Properties
| Name |
Value |
| Caption |
Integration Field Mapping
|
| DataClassification |
CustomerContent
|
Fields
| Name |
Type |
Description |
| "No." |
Integer
|
|
| "Integration Table Mapping Name" |
Code[20]
|
|
| "Field No." |
Integer
|
|
| "Integration Table Field No." |
Integer
|
|
| Direction |
Option
|
|
| "Constant Value" |
Text[100]
|
|
| "Validate Field" |
Boolean
|
|
| "Validate Integration Table Fld" |
Boolean
|
|
| "Clear Value on Failed Sync" |
Boolean
|
|
| Status |
Option
|
|
| "Not Null" |
Boolean
|
|
| "Transformation Rule" |
Code[20]
|
|
| "Transformation Direction" |
Enum Microsoft.Integration.Dataverse."CDS Transformation Direction"
|
|
| "Use For Match-Based Coupling" |
Boolean
|
|
| "Case-Sensitive Matching" |
Boolean
|
|
| "Match Priority" |
Integer
|
|
| "Field Caption" |
Text[250]
|
|
| "Integration Field Caption" |
Text[250]
|
|
| "User Defined" |
Boolean
|
|
| SystemId |
Guid
|
|
| SystemCreatedAt |
DateTime
|
|
| SystemCreatedBy |
Guid
|
|
| SystemModifiedAt |
DateTime
|
|
| SystemModifiedBy |
Guid
|
|
| SystemRowVersion |
BigInteger
|
|
Methods
CreateRecord
procedure CreateRecord(IntegrationTableMappingName: Code[20], TableFieldNo: Integer, IntegrationTableFieldNo: Integer, SynchDirection: Option, ConstValue: Text, ValidateField: Boolean, ValidateIntegrationTableField: Boolean)
Parameters
| Name |
Type |
Description |
|
IntegrationTableMappingName
|
Code[20]
|
|
|
TableFieldNo
|
Integer
|
|
|
IntegrationTableFieldNo
|
Integer
|
|
|
SynchDirection
|
Option
|
|
|
ConstValue
|
Text
|
|
|
ValidateField
|
Boolean
|
|
|
ValidateIntegrationTableField
|
Boolean
|
|
See also