Table "Data Exch. Field"

ID 1221
Namespace: System.IO

Properties

Name Value
Caption Data Exch. Field
Permissions TableData "Data Exch. Field" = rimd
ReplicateData False
DataClassification CustomerContent

Fields

Name Type Description
"Data Exch. No." Integer
"Line No." Integer
"Column No." Integer
Value Text[250]
"Node ID" Text[250]
"Data Exch. Line Def Code" Code[20]
"Parent Node ID" Text[250]
"Data Exch. Def Code" Code[20]
"Value BLOB" Blob
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

InsertRec

procedure InsertRec(DataExchNo: Integer, LineNo: Integer, ColumnNo: Integer, NewValue: Text, DataExchLineDefCode: Code[20])

Parameters

Name Type Description
DataExchNo Integer
LineNo Integer
ColumnNo Integer
NewValue Text
DataExchLineDefCode Code[20]

InsertRecXMLField

procedure InsertRecXMLField(DataExchNo: Integer, LineNo: Integer, ColumnNo: Integer, NodeId: Text[250], NodeValue: Text, DataExchLineDefCode: Code[20])

Parameters

Name Type Description
DataExchNo Integer
LineNo Integer
ColumnNo Integer
NodeId Text[250]
NodeValue Text
DataExchLineDefCode Code[20]

InsertRecXMLFieldWithParentNodeID

procedure InsertRecXMLFieldWithParentNodeID(DataExchNo: Integer, LineNo: Integer, ColumnNo: Integer, NodeId: Text[250], ParentNodeId: Text[250], NodeValue: Text, DataExchLineDefCode: Code[20])

Parameters

Name Type Description
DataExchNo Integer
LineNo Integer
ColumnNo Integer
NodeId Text[250]
ParentNodeId Text[250]
NodeValue Text
DataExchLineDefCode Code[20]

InsertRecXMLFieldDefinition

procedure InsertRecXMLFieldDefinition(DataExchNo: Integer, LineNo: Integer, NodeId: Text[250], ParentNodeId: Text[250], NewValue: Text[250], DataExchLineDefCode: Code[20])

Parameters

Name Type Description
DataExchNo Integer
LineNo Integer
NodeId Text[250]
ParentNodeId Text[250]
NewValue Text[250]
DataExchLineDefCode Code[20]

GetFieldName

procedure GetFieldName(): Text

Returns

Type Description
Text

DeleteRelatedRecords

procedure DeleteRelatedRecords(DataExchNo: Integer, LineNo: Integer)

Parameters

Name Type Description
DataExchNo Integer
LineNo Integer

GetValue

procedure GetValue(): Text

Returns

Type Description
Text

SetValue

procedure SetValue(NewValue: Text)

Parameters

Name Type Description
NewValue Text

SetValueWithoutModifying

procedure SetValueWithoutModifying(NewValue: Text)

Parameters

Name Type Description
NewValue Text

Events

OnInsertRecXMLFieldWithParentNodeIDOnBeforeInsert

[IntegrationEvent(False,False)]
local procedure OnInsertRecXMLFieldWithParentNodeIDOnBeforeInsert(var DataExchField: Record "Data Exch. Field", var NodeValue: Text)

Parameters

Name Type Description
DataExchField Table System.IO."Data Exch. Field"
NodeValue Text

See also