Skip to content

/AWS1/CL_AMBEMAILSETTINGS

The configuration for the email sent when an app user forgets their password.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_EMAILMESSAGE TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

The contents of the email message.

IV_EMAILSUBJECT TYPE /AWS1/AMB__STRING /AWS1/AMB__STRING

The contents of the subject line of the email message.


Queryable Attributes

EmailMessage

The contents of the email message.

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

EmailSubject

The contents of the subject line of the email message.

Accessible with the following methods

Method Description
GET_EMAILSUBJECT() Getter for EMAILSUBJECT, with configurable default
ASK_EMAILSUBJECT() Getter for EMAILSUBJECT w/ exceptions if field has no value
HAS_EMAILSUBJECT() Determine if EMAILSUBJECT has a value