Table CCS DIS Mapping Line
table 5100960 "CCS DIS Mapping Line"
Properties
Name |
Value |
Caption |
Mapping Line |
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")) |
Line No.
field(3; "Line No."; Integer)
Properties
Name |
Value |
Caption |
Line No. |
DataClassification |
CustomerContent |
Repository Code
field(5; "Repository Code"; Code[20])
Properties
Name |
Value |
Caption |
Repository Code |
DataClassification |
CustomerContent |
NotBlank |
1 |
TableRelation |
"CCS DIS Mapping Repository".Code where("Mapping Code" = field("Mapping Code"), "Version No." = field("Version No.")) |
Repository Type
field(6; "Repository Type"; Enum "CCS DIS Repository Type")
Properties
Name |
Value |
CalcFormula |
lookup("CCS DIS Mapping Repository".Type where("Mapping Code" = field("Mapping Code"), "Version No." = field("Version No."), Code = field("Repository Code"))) |
Caption |
Repository Type |
Editable |
0 |
FieldClass |
FlowField |
Description
field(8; "Description"; Text[50])
Properties
Name |
Value |
Caption |
Description |
DataClassification |
CustomerContent |
Indent
field(15; "Indent"; Integer)
Properties
Name |
Value |
Caption |
Line Indentation |
DataClassification |
CustomerContent |
Sorting Position
field(16; "Sorting Position"; Integer)
Properties
Name |
Value |
Caption |
Sorting Position |
DataClassification |
CustomerContent |
Line Action
field(20; "Line Action"; Enum "CCS DIS Mapping Line Action")
Properties
Name |
Value |
Caption |
Line Action |
DataClassification |
CustomerContent |
Line Sub Action
field(21; "Line Sub Action"; Enum "CCS DIS Mapping Line Sub Action")
Properties
Name |
Value |
Caption |
Line Sub Action |
DataClassification |
CustomerContent |
Mapping Criteria
field(80; "Mapping 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("Line No."), "Mapping Field Line No." = const(0), "Mapping Codeunit Line No." = const(0), "Mapping Variable Line No." = const(0), "Mapping Filter Line No." = const(0))) |
Caption |
Criteria |
Editable |
0 |
FieldClass |
FlowField |
Mapping Fields
field(81; "Mapping Fields"; Boolean)
Properties
Name |
Value |
CalcFormula |
exist("CCS DIS Mapping Field" where("Mapping Code" = field("Mapping Code"), "Version No." = field("Version No."), "Mapping Line No." = field("Line No."))) |
Caption |
Fields |
Editable |
0 |
FieldClass |
FlowField |
Mapping Codeunits
field(82; "Mapping Codeunits"; Boolean)
Properties
Name |
Value |
CalcFormula |
exist("CCS DIS Mapping Codeunit" where("Mapping Code" = field("Mapping Code"), "Version No." = field("Version No."), "Mapping Line No." = field("Line No."))) |
Caption |
Codeunits |
Editable |
0 |
FieldClass |
FlowField |
Mapping Variables
field(83; "Mapping Variables"; Boolean)
Properties
Name |
Value |
CalcFormula |
exist("CCS DIS Mapping Variable" where("Mapping Code" = field("Mapping Code"), "Version No." = field("Version No."), "Mapping Line No." = field("Line No."))) |
Caption |
Variables |
Editable |
0 |
FieldClass |
FlowField |
Mapping Filters
field(84; "Mapping Filters"; Boolean)
Properties
Name |
Value |
CalcFormula |
exist("CCS DIS Mapping Filter" where("Mapping Code" = field("Mapping Code"), "Version No." = field("Version No."), "Mapping Line No." = field("Line No."))) |
Caption |
Filters |
Editable |
0 |
FieldClass |
FlowField |
Skip NAV Table Triggers
field(90; "Skip NAV Table Triggers"; Boolean)
Properties
Name |
Value |
Caption |
Skip Table Triggers |
DataClassification |
CustomerContent |
Skip NAV Field Triggers
field(91; "Skip NAV Field Triggers"; Boolean)
Properties
Name |
Value |
Caption |
Skip Field Triggers |
DataClassification |
CustomerContent |
TransferFields Repository Code
field(130; "TransferFields Repository Code"; Code[20])
Properties
Name |
Value |
Caption |
Transfer Fields Repository Code |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Mapping Repository".Code where("Mapping Code" = field("Mapping Code"), "Version No." = field("Version No.")) |
Sub Mapping Code
field(200; "Sub Mapping Code"; Code[20])
Properties
Name |
Value |
Caption |
Sub Mapping Code |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Mapping" |
Sub Mapping Version
field(201; "Sub Mapping Version"; Integer)
Properties
Name |
Value |
BlankZero |
1 |
Caption |
Sub Mapping Version |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Mapping Version"."No." where("Mapping Code" = field("Sub Mapping Code")) |
Show Progress Bar
field(230; "Show Progress Bar"; Boolean)
Properties
Name |
Value |
Caption |
Show Progress Bar |
DataClassification |
CustomerContent |
Keys
Name |
Fields |
Properties |
PK |
- "Mapping Code"
- "Version No."
- "Line No."
|
|
Key2 |
- "Mapping Code"
- "Version No."
- "Sorting Position"
- "Indent"
|
- Description = Page sorting
|
Methods
ShowCodeunits
public "CCS DIS Mapping Line" ShowCodeunits(): None
Opens the mapping codeunits page, filtered for the mapping line.
Return Value
None
ShowCriteria
public "CCS DIS Mapping Line" ShowCriteria(): None
Opens the mapping criteria page, filtered for the mapping line.
Return Value
None
ShowFields
public "CCS DIS Mapping Line" ShowFields(): None
Opens the mapping fields page, filtered for the mapping line.
Return Value
None
ShowFilters
public "CCS DIS Mapping Line" ShowFilters(): None
Opens the mapping filters page, filtered for the mapping line.
Return Value
None
ShowVariables
public "CCS DIS Mapping Line" ShowVariables(): None
Opens the mapping variables page, filtered for the mapping line.
Return Value
None