Table CCS DIS Mapping Entry
table 5100951 "CCS DIS Mapping Entry"
Properties
Name |
Value |
Caption |
Mapping Entry |
DrillDownPageID |
CCS DIS Mapping Entries |
LookupPageID |
CCS DIS Mapping Entries |
Fields
Entry No.
field(1; "Entry No."; BigInteger)
Properties
Name |
Value |
AutoIncrement |
1 |
Caption |
Entry No. |
DataClassification |
CustomerContent |
Mapping Code
field(3; "Mapping Code"; Code[20])
Properties
Name |
Value |
Caption |
Mapping Code |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Mapping" |
Version No.
field(4; "Version No."; Integer)
Properties
Name |
Value |
Caption |
Version No. |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Mapping Version"."No." where("Mapping Code" = field("Mapping Code")) |
Partner Code
field(5; "Partner Code"; Code[20])
Properties
Name |
Value |
Caption |
Partner Code |
DataClassification |
OrganizationIdentifiableInformation |
TableRelation |
"CCS DIS Partner" |
Description
field(8; "Description"; Text[80])
Properties
Name |
Value |
Caption |
Description |
DataClassification |
CustomerContent |
Sequence Code
field(30; "Sequence Code"; Code[20])
Properties
Name |
Value |
Caption |
Sequence Code |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Sequence Header" |
Sequence Line No.
field(31; "Sequence Line No."; Integer)
Properties
Name |
Value |
BlankZero |
1 |
Caption |
Sequence Line No. |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Sequence Line"."Line No." where("Sequence Code" = field("Sequence Code")) |
Xml Repository
field(50; "Xml Repository"; Blob)
Properties
Name |
Value |
Caption |
XML Repository |
DataClassification |
CustomerContent |
Xml Repository Records
field(55; "Xml Repository Records"; Integer)
Properties
Name |
Value |
Caption |
XML Repository Records |
DataClassification |
CustomerContent |
Json Repository
field(90; "Json Repository"; Blob)
Properties
Name |
Value |
Caption |
JSON Repository |
DataClassification |
CustomerContent |
Json Repository Records
field(95; "Json Repository Records"; Integer)
Properties
Name |
Value |
Caption |
JSON Repository Records |
DataClassification |
CustomerContent |
Status
field(100; "Status"; Enum "CCS DIS Mapping Entry Status")
Properties
Name |
Value |
Caption |
Status |
DataClassification |
CustomerContent |
Error Text
field(105; "Error Text"; Blob)
Properties
Name |
Value |
Caption |
Error Text |
DataClassification |
CustomerContent |
Warning Text
field(106; "Warning Text"; Blob)
Properties
Name |
Value |
Caption |
Warnings |
DataClassification |
CustomerContent |
Record Id
field(130; "Record Id"; RecordId)
Properties
Name |
Value |
Caption |
Record ID |
DataClassification |
CustomerContent |
Record Table No.
field(132; "Record Table No."; Integer)
Properties
Name |
Value |
Caption |
Record Table No. |
DataClassification |
CustomerContent |
Record Key 1
field(133; "Record Key 1"; Text[20])
Properties
Name |
Value |
Caption |
Record Key Field 1 |
DataClassification |
CustomerContent |
Record Key 2
field(134; "Record Key 2"; Text[20])
Properties
Name |
Value |
Caption |
Record Key Field 2 |
DataClassification |
CustomerContent |
Record Key 3
field(135; "Record Key 3"; Text[20])
Properties
Name |
Value |
Caption |
Record Key Field 3 |
DataClassification |
CustomerContent |
Creation Date
field(150; "Creation Date"; DateTime)
Properties
Name |
Value |
Caption |
Creation Date |
DataClassification |
CustomerContent |
Creation By
field(151; "Creation By"; Code[50])
Properties
Name |
Value |
Caption |
Creation By |
DataClassification |
EndUserIdentifiableInformation |
TableRelation |
User."User Name" |
ValidateTableRelation |
0 |
Processed Date
field(160; "Processed Date"; DateTime)
Properties
Name |
Value |
Caption |
Processed Date |
DataClassification |
CustomerContent |
Processed By
field(161; "Processed By"; Code[50])
Properties
Name |
Value |
Caption |
Processed By |
DataClassification |
EndUserIdentifiableInformation |
TableRelation |
User."User Name" |
ValidateTableRelation |
0 |
Processing Duration
field(165; "Processing Duration"; Duration)
Properties
Name |
Value |
Caption |
Processing Duration |
DataClassification |
CustomerContent |
Server Instance ID
field(190; "Server Instance ID"; Integer)
Properties
Name |
Value |
Caption |
Server Instance ID |
DataClassification |
CustomerContent |
TableRelation |
"Server Instance" |
Session ID
field(191; "Session ID"; Integer)
Properties
Name |
Value |
Caption |
Session ID |
DataClassification |
CustomerContent |
Client Type
field(192; "Client Type"; Integer)
Properties
Name |
Value |
Caption |
Client Type |
DataClassification |
CustomerContent |
Compressed (Dtld. Entries)
field(351; "Compressed (Dtld. Entries)"; Boolean)
Properties
Name |
Value |
CalcFormula |
- exist("CCS DIS Detailed Mapping Entry" where("Mapping Entry No." = field("Entry No."), Compressed = const(false))) |
Caption |
Compressed (Dtld. Entries) |
Editable |
0 |
FieldClass |
FlowField |
Data Size (Dtld. Entries)
field(352; "Data Size (Dtld. Entries)"; Decimal)
Properties
Name |
Value |
CalcFormula |
sum("CCS DIS Detailed Mapping Entry"."Data Size" where("Mapping Entry No." = field("Entry No."))) |
Caption |
Data Size (Dtld. Entries in kB) |
Editable |
0 |
FieldClass |
FlowField |
Keys
Name |
Fields |
Properties |
PK |
|
|
Key2 |
- "Server Instance ID"
- "Creation By"
- "Client Type"
- "Creation Date"
|
- Description = Activity monitor
- SqlIndex = Field190,Field151,Field192,Field150
|
Key3 |
|
- Description = Delete entries by date
- SqlIndex = Field100,Field160
|
Methods
CompressSubEntries
public "CCS DIS Mapping Entry" CompressSubEntries(): None
Compresses all detailed mapping entries for mapping entry.
Return Value
None
DeleteBySetup
public "CCS DIS Mapping Entry" DeleteBySetup(ConfirmDialog: Boolean): None
Deletes all processed mapping entries based on the setup.
Runs an UI confirm dialog to confirm the deletion.
Parameters
Name |
Type |
Description |
ConfirmDialog |
Boolean |
Set to true to run a confirm dialog. If false, the dialog will be omitted. |
Return Value
None
GetError
public "CCS DIS Mapping Entry" GetError(): Text
Returns the error message.
Return Value
Text
The error message as text.
GetJsonRepository
public "CCS DIS Mapping Entry" GetJsonRepository(var JsonRepository: JsonToken): None
Reads the json repository into a JSON token.
Runs an UI error if the reading fails.
Parameters
Name |
Type |
Description |
JsonRepository |
JsonToken |
|
Return Value
None
GetXmlRepository
public "CCS DIS Mapping Entry" GetXmlRepository(var XmlRepository: XmlElement): None
Reads the xml repository into a XML element.
Runs an UI error if the reading fails.
Parameters
Name |
Type |
Description |
XmlRepository |
XmlElement |
The loaded xml repository as return value. |
Return Value
None
ShowError
public "CCS DIS Mapping Entry" ShowError(): None
Shows the error as UI message.
Tests the field status = error.
Return Value
None
ShowJsonRepository
public "CCS DIS Mapping Entry" ShowJsonRepository(): None
Downloads the JSON repository as JSON file.
Runs a download file dialog.
Return Value
None
ShowSubEntries
public "CCS DIS Mapping Entry" ShowSubEntries(): None
Opens the detailed mapping entries page, filtered for the mapping entry.
Return Value
None
ShowWarning
public "CCS DIS Mapping Entry" ShowWarning(): None
Shows the warning as UI message.
Return Value
None
ShowXmlRepository
public "CCS DIS Mapping Entry" ShowXmlRepository(): None
Downloads the xml repository as XML file.
Runs a download file dialog.
Return Value
None