/AWS1/CL_XRAINSIGHTSCONF¶
The structure containing configurations related to insights.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_insightsenabled TYPE /AWS1/XRANULLABLEBOOLEAN /AWS1/XRANULLABLEBOOLEAN¶
Set the InsightsEnabled value to true to enable insights or false to disable insights.
iv_notificationsenabled TYPE /AWS1/XRANULLABLEBOOLEAN /AWS1/XRANULLABLEBOOLEAN¶
Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
Queryable Attributes¶
InsightsEnabled¶
Set the InsightsEnabled value to true to enable insights or false to disable insights.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSIGHTSENABLED() |
Getter for INSIGHTSENABLED, with configurable default |
ASK_INSIGHTSENABLED() |
Getter for INSIGHTSENABLED w/ exceptions if field has no val |
HAS_INSIGHTSENABLED() |
Determine if INSIGHTSENABLED has a value |
NotificationsEnabled¶
Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NOTIFICATIONSENABLED() |
Getter for NOTIFICATIONSENABLED, with configurable default |
ASK_NOTIFICATIONSENABLED() |
Getter for NOTIFICATIONSENABLED w/ exceptions if field has n |
HAS_NOTIFICATIONSENABLED() |
Determine if NOTIFICATIONSENABLED has a value |