Table CCS DIS Mapping Variable
table 5100963 "CCS DIS Mapping Variable"
Properties
Name |
Value |
Caption |
Mapping Variable |
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 |
Variable Key
field(5; "Variable Key"; Text[50])
Properties
Name |
Value |
Caption |
Variable Key |
DataClassification |
CustomerContent |
NotBlank |
1 |
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 |
Value Class
field(30; "Value Class"; Enum "CCS DIS Value Class")
Properties
Name |
Value |
Caption |
Value Class |
DataClassification |
CustomerContent |
InitValue |
Repository |
ValuesAllowed |
"Const", Repository, Formula, Partner |
Value Repository Code
field(31; "Value Repository Code"; Code[20])
Properties
Name |
Value |
Caption |
Value Repository Code |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Mapping Repository".Code where("Mapping Code" = field("Mapping Code"), "Version No." = field("Version No.")) |
Value Field
field(35; "Value Field"; Text[250])
Properties
Name |
Value |
Caption |
Variable Value |
DataClassification |
CustomerContent |
Value Field Caption
field(36; "Value Field Caption"; Text[50])
Importante
This field is obsolete.
Moved to Value Field Caption 80
2.5
Properties
Name |
Value |
Caption |
Value Field Caption |
DataClassification |
CustomerContent |
Editable |
0 |
ObsoleteState |
Removed |
ObsoleteReason |
Moved to Value Field Caption 80 |
ObsoleteTag |
2.5 |
Value Field Caption 80
field(37; "Value Field Caption 80"; Text[80])
Properties
Name |
Value |
Caption |
Value Field Caption |
DataClassification |
CustomerContent |
Editable |
0 |
field(40; "Value Format String"; Text[30])
Importante
This field is obsolete.
Moved to Value Format String 150
2.6
Properties
Name |
Value |
Caption |
Format Property |
DataClassification |
CustomerContent |
ObsoleteState |
Removed |
ObsoleteReason |
Moved to Value Format String 150 |
ObsoleteTag |
2.6 |
field(41; "Value Format String 150"; Text[150])
Properties
Name |
Value |
Caption |
Format Property |
DataClassification |
CustomerContent |
Conversion Code
field(47; "Conversion Code"; Code[20])
Properties
Name |
Value |
Caption |
Conversion Code |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Conversion Header" |
ValidateTableRelation |
0 |
Variable Criteria
field(80; "Variable 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." = const(0), "Mapping Variable Line No." = field("Line No."), "Mapping Filter Line No." = const(0))) |
Caption |
Criteria |
Editable |
0 |
FieldClass |
FlowField |
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 Variable" ShowCriteria(): None
Opens the mapping criteria page, filtered for the mapping variable line.
Return Value
None
Events
OnAfterGetValue
event "CCS DIS Mapping Variable" OnAfterGetValue(var FldValue: Variant)
The event is fired after the value was retrieved.
Parameters
Name |
Type |
Description |
FldValue |
Variant |
The retrieved value. |
Attributes
Name |
Arguments |
IntegrationEvent |
True, False |