/AWS1/CL_WDXNOTIFOPTIONS¶
Set of options which defines notification preferences of given action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_sendemail TYPE /AWS1/WDXBOOLEANTYPE /AWS1/WDXBOOLEANTYPE¶
Boolean value to indicate an email notification should be sent to the recipients.
iv_emailmessage TYPE /AWS1/WDXMESSAGETYPE /AWS1/WDXMESSAGETYPE¶
Text value to be included in the email body.
Queryable Attributes¶
SendEmail¶
Boolean value to indicate an email notification should be sent to the recipients.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SENDEMAIL() |
Getter for SENDEMAIL |
EmailMessage¶
Text value to be included in the email body.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAILMESSAGE() |
Getter for EMAILMESSAGE, with configurable default |
ASK_EMAILMESSAGE() |
Getter for EMAILMESSAGE w/ exceptions if field has no value |
HAS_EMAILMESSAGE() |
Determine if EMAILMESSAGE has a value |