Table CCS DIS Mapping
table 5100950 "CCS DIS Mapping"
Properties
Name |
Value |
Caption |
Mapping |
DataPerCompany |
0 |
DrillDownPageID |
CCS DIS Mappings |
LookupPageID |
CCS DIS Mappings |
Fields
Code
field(1; "Code"; Code[20])
Properties
Name |
Value |
Caption |
Code |
DataClassification |
CustomerContent |
NotBlank |
1 |
Description
field(8; "Description"; Text[50])
Properties
Name |
Value |
Caption |
Description |
DataClassification |
CustomerContent |
Categories
field(80; "Categories"; Boolean)
Properties
Name |
Value |
CalcFormula |
exist("CCS DIS Linked Category" where("Mapping Code" = field(Code), "Category Code" = field("Category Filter"))) |
Caption |
Categories |
Editable |
0 |
FieldClass |
FlowField |
Category Filter
field(81; "Category Filter"; Code[20])
Properties
Name |
Value |
Caption |
Category Filter |
FieldClass |
FlowFilter |
TableRelation |
"CCS DIS Category" |
Mapping Versions
field(85; "Mapping Versions"; Integer)
Properties
Name |
Value |
CalcFormula |
count("CCS DIS Mapping Version" where("Mapping Code" = field(Code))) |
Caption |
Versions |
Editable |
0 |
FieldClass |
FlowField |
Open Mapping Versions
field(86; "Open Mapping Versions"; Integer)
Properties
Name |
Value |
CalcFormula |
count("CCS DIS Mapping Version" where("Mapping Code" = field(Code), Status = const(Open))) |
Caption |
Open Versions |
Editable |
0 |
FieldClass |
FlowField |
Notes
field(320; "Notes"; Blob)
Properties
Name |
Value |
Caption |
Notes |
DataClassification |
CustomerContent |
Subtype |
Memo |
Keys
Name |
Fields |
Properties |
PK |
|
|
Methods
OpenLastVersion
public "CCS DIS Mapping" OpenLastVersion(): None
Opens the mapping version card for the last mapping version, independent from the status.
Return Value
None
Process
public "CCS DIS Mapping" Process(): None
Gets the current released mapping version and processes the mapping version with UI.
Return Value
None
ShowCategories
public "CCS DIS Mapping" ShowCategories(): None
Opens the linked categories page, filtered on the current mapping.
Return Value
None
ShowEntries
public "CCS DIS Mapping" ShowEntries(): None
Opens the mapping entries page, filtered on the current mapping.
Return Value
None