Table CCS DIS Mapping Version
table 5100954 "CCS DIS Mapping Version"
Properties
Name | Value |
---|---|
Caption | Mapping Version |
DataPerCompany | 0 |
DrillDownPageID | CCS DIS Mapping Versions |
LookupPageID | CCS DIS Mapping Versions |
Fields
Mapping Code
field(1; "Mapping Code"; Code[20])
Properties
Name | Value |
---|---|
Caption | Mapping Code |
DataClassification | CustomerContent |
TableRelation | "CCS DIS Mapping" |
No.
field(2; "No."; Integer)
Properties
Name | Value |
---|---|
BlankZero | 1 |
Caption | Version No. |
DataClassification | CustomerContent |
Description
field(8; "Description"; Text[50])
Properties
Name | Value |
---|---|
Caption | Description |
DataClassification | CustomerContent |
NotBlank | 1 |
Date Valid From
field(30; "Date Valid From"; Date)
Properties
Name | Value |
---|---|
Caption | Valid from |
DataClassification | CustomerContent |
Conversion Code
field(47; "Conversion Code"; Code[20])
Properties
Name | Value |
---|---|
Caption | Conversion Code |
DataClassification | CustomerContent |
TableRelation | "CCS DIS Conversion Header" |
Status
field(120; "Status"; Enum "CCS DIS Mapping Version Status")
Properties
Name | Value |
---|---|
Caption | Status |
DataClassification | CustomerContent |
Editable | 0 |
Status Changed Date
field(150; "Status Changed Date"; DateTime)
Properties
Name | Value |
---|---|
Caption | Status Changed Date |
DataClassification | CustomerContent |
Editable | 0 |
Status Changed By
field(151; "Status Changed By"; Code[50])
Properties
Name | Value |
---|---|
Caption | Status Changed By |
DataClassification | EndUserIdentifiableInformation |
Editable | 0 |
TableRelation | User."User Name" |
ValidateTableRelation | 0 |
Notes
field(320; "Notes"; Blob)
Properties
Name | Value |
---|---|
Caption | Notes |
DataClassification | CustomerContent |
Subtype | Memo |
Item Tracking Repository Code
field(1000; "Item Tracking Repository Code"; Code[20])
Properties
Name | Value |
---|---|
Caption | Item Tracking Repository Code |
DataClassification | CustomerContent |
TableRelation | "CCS DIS Mapping Repository".Code where("Mapping Code" = field("Mapping Code"), "Version No." = field("No.")) |
XML Root Node Name
field(1050; "XML Root Node Name"; Text[80])
Properties
Name | Value |
---|---|
Caption | XML Repository Root Node Name |
DataClassification | CustomerContent |
JSON Root Token Type
field(1090; "JSON Root Token Type"; Enum "CCS DIS Json Token Type")
Properties
Name | Value |
---|---|
Caption | JSON Repository Root Token Type |
DataClassification | CustomerContent |
InitValue | Object |
Keys
Name | Fields | Properties |
---|---|---|
PK |
|
|
Methods
ClearUiProcessCache
public "CCS DIS Mapping Version" ClearUiProcessCache(): None
Clears the load/save files cache for the selected mapping version.
Return Value
None
ManualRelease
public "CCS DIS Mapping Version" ManualRelease(): None
Releases the mapping version.
Tests the status field. Runs UI errors on errors.
Return Value
None
ManualReOpen
public "CCS DIS Mapping Version" ManualReOpen(): None
Reopens the mapping version.
Tests the status field. Runs UI errors on errors.
Return Value
None
OpenCard
public "CCS DIS Mapping Version" OpenCard(): None
Opens the mapping version card for the selected mapping version.
Return Value
None
ShowEntries
public "CCS DIS Mapping Version" ShowEntries(): None
Opens the mapping entries page, filtered for the mapping version.
Return Value
None
ShowRepositories
public "CCS DIS Mapping Version" ShowRepositories(): None
Opens the mapping repositories page, filtered for the mapping version.
Return Value
None
UiProcess
public "CCS DIS Mapping Version" UiProcess(): None
Processes a mapping version with UI dialogs to load/save files.
Runs UI messages for mapping execution errors.
The load/save files options are saved for the user session and can be cleared with ClearUiProcessCache().
Return Value
None