Table CCS DIS Mapping Field
table 5100961 "CCS DIS Mapping Field"
Properties
Name |
Value |
Caption |
Mapping Field |
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 |
Rec. Field
field(5; "Rec. Field"; Text[250])
Properties
Name |
Value |
Caption |
Field |
DataClassification |
CustomerContent |
NotBlank |
1 |
Rec. Repository Code
field(6; "Rec. Repository Code"; Code[20])
Properties
Name |
Value |
CalcFormula |
lookup("CCS DIS Mapping Line"."Repository Code" where("Mapping Code" = field("Mapping Code"), "Version No." = field("Version No."), "Line No." = field("Mapping Line No."))) |
Caption |
Repository Code |
Editable |
0 |
FieldClass |
FlowField |
Rec. Field Caption
field(15; "Rec. Field Caption"; Text[80])
Properties
Name |
Value |
Caption |
Field Caption |
DataClassification |
CustomerContent |
Editable |
0 |
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 |
Field Value |
DataClassification |
CustomerContent |
Value Field Caption
field(36; "Value Field Caption"; Text[50])
Important
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])
Important
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 |
Field Criteria
field(80; "Field 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." = field("Line No."), "Mapping Codeunit Line No." = const(0), "Mapping Variable Line No." = const(0), "Mapping Filter Line No." = const(0))) |
Caption |
Criteria |
Editable |
0 |
FieldClass |
FlowField |
NAV Validate Trigger
field(90; "NAV Validate Trigger"; Boolean)
Properties
Name |
Value |
Caption |
Validate Trigger (Table) |
DataClassification |
CustomerContent |
InitValue |
1 |
XML DataType Attribute
field(95; "XML DataType Attribute"; Boolean)
Properties
Name |
Value |
Caption |
Add DataType Attribute (XML) |
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
|
Key3 |
- "Mapping Code"
- "Version No."
- "Mapping Line No."
- "Rec. Field"
|
- Description = Transfer fields
|
Methods
GetValue
public "CCS DIS Mapping Field" GetValue(var FldValue: Variant): None
Returns the solved value of the mapping field on mapping processing.
Parameters
Name |
Type |
Description |
FldValue |
Variant |
The value of the mapping field. |
Return Value
None
ShowCriteria
public "CCS DIS Mapping Field" ShowCriteria(): None
Opens the mapping criteria page, filtered for the mapping codeunit line.
Return Value
None
Events
OnAfterGetValue
event "CCS DIS Mapping Field" 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 |