Table "Data Exch. Field Mapping"

ID 1225
Namespace: System.IO

Properties

Name Value
Caption Data Exch. Field Mapping
DataClassification CustomerContent

Fields

Name Type Description
"Data Exch. Def Code" Code[20]
"Table ID" Integer
"Column No." Integer
"Field ID" Integer
Optional Boolean
"Use Default Value" Boolean
"Default Value" Text[250]
"Data Exch. Line Def Code" Code[20]
Multiplier Decimal
"Target Table ID" Integer
"Target Field ID" Integer
"Target Table Caption" Text[250]
"Target Table Field Caption" Text[80]
"Transformation Rule" Code[20]
"Overwrite Value" Boolean
Priority Integer
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

InsertRec

procedure InsertRec(DataExchDefCode: Code[20], DataExchLineDefCode: Code[20], TableId: Integer, ColumnNo: Integer, FieldId: Integer, NewOptional: Boolean, NewMultiplier: Decimal)

Parameters

Name Type Description
DataExchDefCode Code[20]
DataExchLineDefCode Code[20]
TableId Integer
ColumnNo Integer
FieldId Integer
NewOptional Boolean
NewMultiplier Decimal

FillSourceRecord

procedure FillSourceRecord(Field: Record Field)

Parameters

Name Type Description
Field Table System.Reflection.Field

GetColumnCaption

procedure GetColumnCaption(): Text

Returns

Type Description
Text

GetFieldCaption

procedure GetFieldCaption(): Text

Returns

Type Description
Text

GetPath

procedure GetPath(): Text

Returns

Type Description
Text

Events

OnBeforeInsert

[IntegrationEvent(False,False)]
local procedure OnBeforeInsert(var DataExchFieldMapping: Record "Data Exch. Field Mapping", var IsHandled: Boolean)

Parameters

Name Type Description
DataExchFieldMapping Table System.IO."Data Exch. Field Mapping"
IsHandled Boolean

See also