Table CCS DIS Detailed Mapping Entry
table 5100952 "CCS DIS Detailed Mapping Entry"
Properties
Name |
Value |
Caption |
Detailed Mapping Entry |
Fields
Entry No.
field(1; "Entry No."; Integer)
Properties
Name |
Value |
AutoIncrement |
1 |
Caption |
Entry No. |
DataClassification |
CustomerContent |
Mapping Entry No.
field(2; "Mapping Entry No."; BigInteger)
Properties
Name |
Value |
Caption |
Mapping Entry No. |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Mapping Entry" |
Mapping Code
field(5; "Mapping Code"; Code[20])
Properties
Name |
Value |
Caption |
Mapping Code |
DataClassification |
CustomerContent |
TableRelation |
"CCS DIS Mapping" |
Version No.
field(6; "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(7; "Mapping Line No."; Integer)
Properties
Name |
Value |
Caption |
Mapping Line No. |
DataClassification |
CustomerContent |
Repository Code
field(8; "Repository Code"; Code[20])
Properties
Name |
Value |
Caption |
Repository Code |
DataClassification |
CustomerContent |
NotBlank |
1 |
TableRelation |
"CCS DIS Mapping Repository".Code where("Mapping Code" = field("Mapping Code"), "Version No." = field("Version No.")) |
Repository Type
field(20; "Repository Type"; Enum "CCS DIS Repository Type")
Properties
Name |
Value |
Caption |
Type |
DataClassification |
CustomerContent |
Type of Change
field(21; "Type of Change"; Enum "CCS DIS Dtld. Map. Entry Type Of Change")
Properties
Name |
Value |
Caption |
Type of Change |
DataClassification |
CustomerContent |
Record Id
field(30; "Record Id"; RecordId)
Advertencia
This field is pending obsolete.
Not used anymore.
2.10
Properties
Name |
Value |
ObsoleteState |
Pending |
ObsoleteReason |
Not used anymore. |
ObsoleteTag |
2.10 |
Caption |
Record ID |
DataClassification |
CustomerContent |
Quick Info
field(31; "Quick Info"; Text[50])
Properties
Name |
Value |
Caption |
Quick Info |
DataClassification |
CustomerContent |
Textual Data
field(50; "Textual Data"; Blob)
Properties
Name |
Value |
Caption |
Textual Data |
DataClassification |
CustomerContent |
Compressed
field(51; "Compressed"; Boolean)
Properties
Name |
Value |
Caption |
Compressed |
DataClassification |
CustomerContent |
Data Size
field(52; "Data Size"; Decimal)
Properties
Name |
Value |
Caption |
Data Size (kB) |
DataClassification |
CustomerContent |
Keys
Name |
Fields |
Properties |
PK |
|
|
Key2 |
|
- Description = Detailed Mapping Entries
- SqlIndex = Field2
- SumIndexFields = Field52
|
Methods
Compress
public "CCS DIS Detailed Mapping Entry" Compress(): None
Compresses the textual data as GZip into textual data field.
Does nothing if already compressed.
Return Value
None
Decompress
public "CCS DIS Detailed Mapping Entry" Decompress(): None
Decompresses the textuzal data from GZip into textual data field.
Does nothing, if not compressed.
Return Value
None
ShowTextData
public "CCS DIS Detailed Mapping Entry" ShowTextData(): None
Downloads the textual data field.
Creates a UI dialog to download the text file.
Return Value
None