Table "Intermediate Data Import"

ID 1214
Namespace: System.IO

Properties

Name Value
Caption Intermediate Data Import
DataClassification CustomerContent

Fields

Name Type Description
ID Integer
"Data Exch. No." Integer
"Table ID" Integer
"Record No." Integer
"Field ID" Integer
Value Text[250]
"Validate Only" Boolean
"Parent Record No." Integer
"Value BLOB" Blob
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

InsertOrUpdateEntry

procedure InsertOrUpdateEntry(EntryNo: Integer, TableID: Integer, FieldID: Integer, ParentRecordNo: Integer, RecordNo: Integer, NewValue: Text[250])

Parameters

Name Type Description
EntryNo Integer
TableID Integer
FieldID Integer
ParentRecordNo Integer
RecordNo Integer
NewValue Text[250]

FindEntry

procedure FindEntry(EntryNo: Integer, TableID: Integer, FieldID: Integer, ParentRecordNo: Integer, RecordNo: Integer): Boolean

Parameters

Name Type Description
EntryNo Integer
TableID Integer
FieldID Integer
ParentRecordNo Integer
RecordNo Integer

Returns

Type Description
Boolean

GetEntryValue

procedure GetEntryValue(EntryNo: Integer, TableID: Integer, FieldID: Integer, ParentRecordNo: Integer, RecordNo: Integer): Text[250]

Parameters

Name Type Description
EntryNo Integer
TableID Integer
FieldID Integer
ParentRecordNo Integer
RecordNo Integer

Returns

Type Description
Text[250]

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

See also