/AWS1/CL_PTTALLYLEADCONTACT¶
Contains contact information for the primary alliance lead responsible for partnership activities.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_firstname TYPE /AWS1/PTTSENSUNICODESTRING /AWS1/PTTSENSUNICODESTRING¶
The first name of the alliance lead contact person.
iv_lastname TYPE /AWS1/PTTSENSUNICODESTRING /AWS1/PTTSENSUNICODESTRING¶
The last name of the alliance lead contact person.
iv_email TYPE /AWS1/PTTEMAIL /AWS1/PTTEMAIL¶
The email address of the alliance lead contact person.
iv_businesstitle TYPE /AWS1/PTTSENSUNICODESTRING /AWS1/PTTSENSUNICODESTRING¶
The business title or role of the alliance lead contact person.
Queryable Attributes¶
FirstName¶
The first name of the alliance lead contact person.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIRSTNAME() |
Getter for FIRSTNAME, with configurable default |
ASK_FIRSTNAME() |
Getter for FIRSTNAME w/ exceptions if field has no value |
HAS_FIRSTNAME() |
Determine if FIRSTNAME has a value |
LastName¶
The last name of the alliance lead contact person.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTNAME() |
Getter for LASTNAME, with configurable default |
ASK_LASTNAME() |
Getter for LASTNAME w/ exceptions if field has no value |
HAS_LASTNAME() |
Determine if LASTNAME has a value |
Email¶
The email address of the alliance lead contact person.
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 |
BusinessTitle¶
The business title or role of the alliance lead contact person.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUSINESSTITLE() |
Getter for BUSINESSTITLE, with configurable default |
ASK_BUSINESSTITLE() |
Getter for BUSINESSTITLE w/ exceptions if field has no value |
HAS_BUSINESSTITLE() |
Determine if BUSINESSTITLE has a value |