Table CCS DIS Mapping Codeunit
table 5100965 "CCS DIS Mapping Codeunit"
Properties
Name |
Value |
Caption |
Mapping Codeunit |
DataPerCompany |
0 |
Fields
Mapping Code
field(1; "Mapping Code"; Code[20])
Properties
Name |
Value |
Caption |
Mapping Code |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Mapping" |
Version No.
field(2; "Version No."; Integer)
Properties
Name |
Value |
Caption |
Version No. |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Mapping Version"."No." where("Mapping Code" = field("Mapping Code")) |
Mapping Line No.
field(3; "Mapping Line No."; Integer)
Properties
Name |
Value |
Caption |
Mapping Line No. |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Mapping Line"."Line No." where("Mapping Code" = field("Mapping Code"), "Version No." = field("Version No.")) |
Line No.
field(4; "Line No."; Integer)
Properties
Name |
Value |
Caption |
Line No. |
DataClassification |
CustomerContent |
Codeunit No.
field(5; "Codeunit No."; Integer)
Properties
Name |
Value |
Caption |
Codeunit No. |
DataClassification |
CustomerContent |
NotBlank |
1 |
TableRelation |
AllObjWithCaption."Object ID" where("Object Type" = const(Codeunit)) |
Codeunit Name
field(6; "Codeunit Name"; Text[30])
Properties
Name |
Value |
CalcFormula |
lookup(AllObjWithCaption."Object Name" where("Object Type" = const(Codeunit), "Object ID" = field("Codeunit No."))) |
Caption |
Codeunit Name |
Editable |
0 |
FieldClass |
FlowField |
Run Time
field(10; "Run Time"; Enum "CCS DIS Mapping Run Time")
Properties
Name |
Value |
Caption |
Run Time |
DataClassification |
CustomerContent |
InitValue |
PostRecord |
Sorting Position
field(16; "Sorting Position"; Integer)
Properties
Name |
Value |
Caption |
Sorting Position |
DataClassification |
CustomerContent |
Codeunit Criteria
field(80; "Codeunit Criteria"; Boolean)
Properties
Name |
Value |
CalcFormula |
exist("CCS DIS Mapping Criterion" where("Mapping Code" = field("Mapping Code"), "Version No." = field("Version No."), "Mapping Line No." = field("Mapping Line No."), "Mapping Field Line No." = const(0), "Mapping Codeunit Line No." = field("Line No."), "Mapping Variable Line No." = const(0), "Mapping Filter Line No." = const(0))) |
Caption |
Criteria |
Editable |
0 |
FieldClass |
FlowField |
Run Result Variable Key
field(90; "Run Result Variable Key"; Text[50])
Properties
Name |
Value |
Caption |
Run Result Variable Key |
DataClassification |
CustomerContent |
Codeunit Parameter
field(91; "Codeunit Parameter"; Code[20])
Properties
Name |
Value |
Caption |
Parameter |
DataClassification |
CustomerContent |
Keys
Name |
Fields |
Properties |
PK |
- "Mapping Code"
- "Version No."
- "Mapping Line No."
- "Line No."
|
|
Key2 |
- "Mapping Code"
- "Version No."
- "Mapping Line No."
- "Sorting Position"
|
- Description = Page sorting
|
Methods
ShowCriteria
public "CCS DIS Mapping Codeunit" ShowCriteria(): None
Opens the mapping criteria page, filtered for the mapping codeunit line.
Return Value
None