/AWS1/CL_CUSENGAGEMENTPREFS¶
Object that defines users preferred methods of engagement.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_phone
TYPE /AWS1/CL_CUSCONTACTPREFERENCE=>TT_PHONEPREFERENCELIST
TT_PHONEPREFERENCELIST
¶
A list of phone-related contact preferences
it_email
TYPE /AWS1/CL_CUSCONTACTPREFERENCE=>TT_EMAILPREFERENCELIST
TT_EMAILPREFERENCELIST
¶
A list of email-related contact preferences
Queryable Attributes¶
Phone¶
A list of phone-related contact preferences
Accessible with the following methods¶
Method | Description |
---|---|
GET_PHONE() |
Getter for PHONE, with configurable default |
ASK_PHONE() |
Getter for PHONE w/ exceptions if field has no value |
HAS_PHONE() |
Determine if PHONE has a value |
Email¶
A list of email-related contact preferences
Accessible with the following methods¶
Method | Description |
---|---|
GET_EMAIL() |
Getter for EMAIL, with configurable default |
ASK_EMAIL() |
Getter for EMAIL w/ exceptions if field has no value |
HAS_EMAIL() |
Determine if EMAIL has a value |