Table WSB_DigiDocQueue
Stores the Document Mail Queue entries.
Properties
Name |
Value |
Access |
Public |
Caption |
Document Mail Queue |
DataClassification |
CustomerContent |
DataPerCompany |
True |
DrillDownPageId |
WSB_DigiDocQueue |
LookupPageId |
WSB_DigiDocQueue |
Fields
ID |
Type |
Name |
Description |
1 |
Integer |
EntryNo |
|
10 |
Integer |
SourceType |
|
11 |
Code[20] |
SourceNo |
|
12 |
Enum WSB_DigiDocReportUsage |
ReportUsage |
|
13 |
Code[10] |
ReportSequence |
|
14 |
Integer |
ReportID |
|
15 |
RecordId |
DocumentRecordID |
|
16 |
Code[20] |
DocumentNo |
|
17 |
Text[50] |
SourceName |
|
18 |
Integer |
DocumentTableID |
|
19 |
Text[250] |
ToMailAddress |
|
20 |
Text[250] |
CCMailAddress |
|
21 |
Text[250] |
BCCMailAddress |
|
22 |
Enum WSB_DigiDocFormat |
DigiFormat |
|
23 |
Code[10] |
LanguageCode |
|
24 |
Blob |
StatusPicture |
|
25 |
Enum WSB_DigiDocQueueStatus |
Status |
|
26 |
Code[20] |
DocSendProfileCode |
|
28 |
Text[250] |
EmailBodyCustReportLayoutDesc |
|
29 |
Code[20] |
EmailBodyLayoutCode |
|
30 |
Code[50] |
SentBy |
|
31 |
DateTime |
SentOn |
|
32 |
Code[50] |
CreatedBy |
|
33 |
DateTime |
CreatedOn |
|
34 |
Code[20] |
ModifiedBy |
|
35 |
DateTime |
ModifiedOn |
|
36 |
Media |
StatusImage |
|
37 |
Integer |
NumberOfRetries |
|
40 |
Integer |
EmailBodyReportId |
|
41 |
Text[250] |
EmailBodyLayoutName |
|
42 |
Guid |
EmailBodyLayoutAppID |
|
50 |
Code[20] |
CustomReportLayoutCode |
|
51 |
Text[250] |
CustReportLayoutDesc |
|
52 |
Text[250] |
ReportLayoutName |
|
53 |
Guid |
ReportLayoutAppID |
|
60 |
Decimal |
TotalDocumentAmountLCY |
|
Methods
wgFncInitRecord
Inits a record based on the parameters
Parameters
Type |
Name |
Description |
RecordId |
pRecordID |
|
Code[20] |
pDocumentNo |
|
Enum "Report Selection Usage" |
pReportUsage |
|
Integer |
pSourceType |
|
Code[20] |
pSourceNo |
|
Code[20] |
pDocSendProfileCode |
|
Text |
pBCCEmail |
|
Code[10] |
pLanguageCode |
|
Boolean |
pOnHold |
|
wgFncInitRecord
Inits a record based on the parameters
Parameters
Type |
Name |
Description |
Enum "WSB_DigiDocFormat" |
pOutputFormat |
|
RecordId |
pRecordID |
|
Code[20] |
pDocumentNo |
|
Enum "Report Selection Usage" |
pReportUsage |
|
Integer |
pSourceType |
|
Code[20] |
pSourceNo |
|
Code[20] |
pDocSendProfileCode |
|
Text |
pBCCEmail |
|
Code[10] |
pLanguageCode |
|
Boolean |
pOnHold |
|
wlEvpOnAfterInitRecord
Event is raised in the end of procedure wgFncInitRecord.
Parameters
Type |
Name |
Description |
Record "WSB_DigiDocQueue" |
vRecDigiDocQueueEntry |
|