Table CCS DIS Partner Rcvd. Message
table 5100912 "CCS DIS Partner Rcvd. Message"
Properties
| Name |
Value |
| Caption |
Received Message |
| DrillDownPageID |
CCS DIS Partner Rcvd. Messages |
| LookupPageID |
CCS DIS Partner Rcvd. Messages |
Fields
Entry No.
field(1; "Entry No."; BigInteger)
Properties
| Name |
Value |
| AutoIncrement |
1 |
| Caption |
Entry No. |
| DataClassification |
CustomerContent |
Sender Code
field(5; "Sender Code"; Code[20])
Properties
| Name |
Value |
| Caption |
Sender Code |
| DataClassification |
CustomerContent |
| TableRelation |
"CCS DIS Partner" |
| ValidateTableRelation |
0 |
Received Mapping Code
field(6; "Received Mapping Code"; Code[20])
Properties
| Name |
Value |
| Caption |
Received Mapping Code |
| DataClassification |
CustomerContent |
| TableRelation |
"CCS DIS Mapping" |
| ValidateTableRelation |
0 |
Processing Mapping Code
field(7; "Processing Mapping Code"; Code[20])
Properties
| Name |
Value |
| Caption |
Processing Mapping Code |
| DataClassification |
CustomerContent |
| TableRelation |
"CCS DIS Mapping" |
Description
field(8; "Description"; Text[80])
Properties
| Name |
Value |
| Caption |
Description |
| DataClassification |
CustomerContent |
Message Xml File
field(15; "Message Xml File"; Blob)
Properties
| Name |
Value |
| Caption |
Message XML File |
| 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")) |
Mapping Entry No.
field(35; "Mapping Entry No."; BigInteger)
Properties
| Name |
Value |
| BlankZero |
1 |
| Caption |
Mapping Entry No. |
| DataClassification |
CustomerContent |
| TableRelation |
"CCS DIS Mapping Entry" |
Xml Repository
field(50; "Xml Repository"; Blob)
Important
This field is obsolete.
Use xml repository from Mapping Entry.
Properties
| Name |
Value |
| Caption |
XML Repository |
| DataClassification |
CustomerContent |
| ObsoleteReason |
Use xml repository from Mapping Entry. |
| ObsoleteState |
Removed |
Xml Repository Records
field(55; "Xml Repository Records"; Integer)
Properties
| Name |
Value |
| Caption |
XML Repository Records |
| 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 Partner Rcvd. Message Status")
Properties
| Name |
Value |
| Caption |
Status |
| DataClassification |
CustomerContent |
Error Text
field(105; "Error Text"; Blob)
Properties
| Name |
Value |
| Caption |
Error Text |
| DataClassification |
CustomerContent |
Sent Message Entry No.
field(110; "Sent Message Entry No."; BigInteger)
Properties
| Name |
Value |
| Caption |
Sent Message Entry No. |
| 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 |
Keys
| Name |
Fields |
Properties |
| PK |
|
|
| Key2 |
|
- Description = Delete entries by date
- SqlIndex = Field100,Field160
|
Methods
CreateAndImportNewMessage
public "CCS DIS Partner Rcvd. Message" CreateAndImportNewMessage(): BigInteger
Creates a new received message from a message XML file.
Runs a load file dialog to import the file.
Return Value
BigInteger
Returns true, if a file was loaded and imported.
DeleteBySetup
public "CCS DIS Partner Rcvd. Message" DeleteBySetup(ConfirmDialog: Boolean): None
Deletes all processed received messages 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
OpenDocument
public "CCS DIS Partner Rcvd. Message" OpenDocument(): None
Opens the document page based on the record id.
Extend Message Mgt. codeunit for custom documents.
Return Value
None
Process
public "CCS DIS Partner Rcvd. Message" Process(): None
Processes the received message.
Does not run UI dialogs on errors.
Sets the status to error if errors occur.
Tests the field status for read.
Return Value
None
Read
public "CCS DIS Partner Rcvd. Message" Read(): None
Reads the received XML message and sets the status to read.
Does not run UI dialogs on errors.
Sets the status to error if errors occur.
Return Value
None
SetError
public "CCS DIS Partner Rcvd. Message" SetError(ErrorText: Text): None
Sets the error text for the message and changes the status to error.
Parameters
| Name |
Type |
Description |
| ErrorText |
Text |
The error text |
Return Value
None
ShowError
public "CCS DIS Partner Rcvd. Message" ShowError(): None
Shows the error as UI message.
Return Value
None
ShowMessageFile
public "CCS DIS Partner Rcvd. Message" ShowMessageFile(): None
Saves the received message as XML file.
Runs a save file dialog to save the file.
Return Value
None