Table WSB_DigiDocMessage
Stores the Document Mail Queue messages
Properties
| Name |
Value |
| Access |
Public |
| Caption |
Document Mail Queue Message |
| DataClassification |
CustomerContent |
| DataPerCompany |
True |
Fields
| ID |
Type |
Name |
Description |
| 1 |
Integer |
EntryNo |
|
| 2 |
Integer |
EntryNoQueue |
|
| 4 |
Text[250] |
Message |
|
| 5 |
Integer |
RetryCount |
|
Methods
wgFncAddMessage
Inserts a message to the table. pIsError also is the return value
Parameters
| Type |
Name |
Description |
Integer |
pDigiDocQueueEntryNo |
DigiDoc Queue Entry No. |
Text |
pText |
Error messages |
Boolean |
pIsError |
Parameter of type Boolean. |
Returns
| Type |
Description |
Boolean |
Return variable "Boolean". pIsError is the return value when pDigiDocQueueEntryNo doesnt equal 0 |
wgFncAddMessage
Inserts a message to the table. pIsError also is the return value
Parameters
| Type |
Name |
Description |
Integer |
pDigiDocQueueEntryNo |
DigiDoc Queue Entry No. |
Text |
pText |
Error messages |
Boolean |
pIsError |
Parameter of type Boolean. |
Integer |
pRetryCount |
Parameter of type Integer. |
Returns
| Type |
Description |
Boolean |
Return variable "Boolean". pIsError is the return value when pDigiDocQueueEntryNo doesnt equal 0 |
wgFncClearMessages
Deletes all records of given DigiDoc Queue Entry No.
Parameters
| Type |
Name |
Description |
Integer |
pDigiDocQueueEntryNo |
Parameter of type integer. |