/AWS1/CL_CNTWIDGETDESTINATION¶
The destination for an outbound web notification, specifying the communication widget that delivers the notification and the customer profile of the recipient.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_widgetid TYPE /AWS1/CNTWIDGETID /AWS1/CNTWIDGETID¶
The identifier of the communication widget that delivers the notification to the customer's browser.
iv_profileid TYPE /AWS1/CNTCUSTOMERPROFILEID /AWS1/CNTCUSTOMERPROFILEID¶
The identifier of the customer profile associated with the browser session that should receive the notification.
Queryable Attributes¶
WidgetId¶
The identifier of the communication widget that delivers the notification to the customer's browser.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WIDGETID() |
Getter for WIDGETID, with configurable default |
ASK_WIDGETID() |
Getter for WIDGETID w/ exceptions if field has no value |
HAS_WIDGETID() |
Determine if WIDGETID has a value |
ProfileId¶
The identifier of the customer profile associated with the browser session that should receive the notification.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEID() |
Getter for PROFILEID, with configurable default |
ASK_PROFILEID() |
Getter for PROFILEID w/ exceptions if field has no value |
HAS_PROFILEID() |
Determine if PROFILEID has a value |