Table CCS DIS Email Queue
table 5100923 "CCS DIS Email Queue"
Properties
| Name |
Value |
| Caption |
Email Queue |
Fields
Entry No.
field(1; "Entry No."; BigInteger)
Properties
| Name |
Value |
| AutoIncrement |
1 |
| Caption |
Entry No. |
| DataClassification |
CustomerContent |
Group Code
field(3; "Group Code"; Code[20])
Properties
| Name |
Value |
| Caption |
Group Code |
| DataClassification |
CustomerContent |
Recipient
field(40; "Recipient"; Text[250])
Properties
| Name |
Value |
| Caption |
Recipient |
| DataClassification |
CustomerContent |
Subject
field(45; "Subject"; Text[250])
Properties
| Name |
Value |
| Caption |
Subject |
| DataClassification |
CustomerContent |
Body Text
field(46; "Body Text"; Blob)
Properties
| Name |
Value |
| Caption |
Body Text |
| DataClassification |
CustomerContent |
Status
field(100; "Status"; Enum "CCS DIS Email Queue Status")
Properties
| Name |
Value |
| Caption |
Status |
| DataClassification |
CustomerContent |
Error Text
field(105; "Error Text"; Blob)
Properties
| Name |
Value |
| Caption |
Error Text |
| 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 |
- "Status"
- "Group Code"
- "Recipient"
- "Creation Date"
|
- Description = Delete entries by date
- SqlIndex = Field100,Field3,Field40,Field150
|
Methods
DeleteBySetup
public "CCS DIS Email Queue" DeleteBySetup(): None
Deletes all processed email queue entries based on the setup.
Return Value
None
ExportBodyText
public "CCS DIS Email Queue" ExportBodyText(): Boolean
Saves the email body template as text file.
Runs a save file dialog to save the text file.
Return Value
Boolean
Returns true, if the file was saved.
ShowErrorText
public "CCS DIS Email Queue" ShowErrorText(): None
Shows the error text as UI message.
Return Value
None