Table CCS DIS Partner Sent Message
table 5100913 "CCS DIS Partner Sent Message"
Properties
| Name |
Value |
| Caption |
Sent Message |
| DrillDownPageID |
CCS DIS Partner Sent Messages |
| LookupPageID |
CCS DIS Partner Sent Messages |
Fields
Entry No.
field(1; "Entry No."; BigInteger)
Properties
| Name |
Value |
| AutoIncrement |
1 |
| Caption |
Entry No. |
| DataClassification |
CustomerContent |
Partner Code
field(5; "Partner Code"; Code[20])
Properties
| Name |
Value |
| Caption |
Partner Code |
| DataClassification |
OrganizationIdentifiableInformation |
| TableRelation |
"CCS DIS Partner" |
Mapping Code
field(7; "Mapping Code"; Code[20])
Properties
| Name |
Value |
| Caption |
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 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 Sent Message 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 |
Received Message Entry No.
field(110; "Received Message Entry No."; BigInteger)
Properties
| Name |
Value |
| Caption |
Received 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 |
Sent Date
field(170; "Sent Date"; DateTime)
Properties
| Name |
Value |
| Caption |
Sent Date |
| DataClassification |
CustomerContent |
Sent By
field(171; "Sent By"; Code[50])
Properties
| Name |
Value |
| Caption |
Sent By |
| DataClassification |
EndUserIdentifiableInformation |
| TableRelation |
User."User Name" |
| ValidateTableRelation |
0 |
Keys
| Name |
Fields |
Properties |
| PK |
|
|
| Key2 |
|
- Description = Delete entries by date
- SqlIndex = Field100,Field160
|
Methods
DeleteBySetup
public "CCS DIS Partner Sent Message" DeleteBySetup(ConfirmDialog: Boolean): None
Deletes all sent 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 Sent Message" OpenDocument(): None
Opens the document page based on the record id.
Extend Message Mgt. codeunit for custom documents.
Return Value
None
ResetStatusWritten
public "CCS DIS Partner Sent Message" ResetStatusWritten(): None
Sets the status to written.
Tests the field status to be error and message xml file.
Return Value
None
Send
public "CCS DIS Partner Sent Message" Send(): None
Sends the message to the partner.
Does not run UI dialogs on errors.
Sets the status to error if errors occur.
Tests the field status for written.
Return Value
None
SetError
public "CCS DIS Partner Sent 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 Sent Message" ShowError(): None
Shows the error as UI message.
Return Value
None
ShowMessageFile
public "CCS DIS Partner Sent Message" ShowMessageFile(): None
Saves the sent message as XML file.
Runs a save file dialog to save the file.
Return Value
None
ShowWarning
public "CCS DIS Partner Sent Message" ShowWarning(): None
Shows the warning text as UI message.
Return Value
None