Skip to content

/AWS1/CL_PTSASSIGNEECONTACT

Represents the contact details of the individual assigned to manage the opportunity within the partner organization. This helps to ensure that there is a point of contact for the opportunity's progress.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_email TYPE /AWS1/PTSEMAIL /AWS1/PTSEMAIL

Provides the email address of the assignee. This email is used for communications and notifications related to the opportunity.

iv_firstname TYPE /AWS1/PTSNAME /AWS1/PTSNAME

Specifies the first name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.

iv_lastname TYPE /AWS1/PTSNAME /AWS1/PTSNAME

Specifies the last name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.

iv_businesstitle TYPE /AWS1/PTSJOBTITLE /AWS1/PTSJOBTITLE

Specifies the business title of the assignee managing the opportunity. This helps clarify the individual's role and responsibilities within the organization. Use the value PartnerAccountManager to update details of the opportunity owner.


Queryable Attributes

Email

Provides the email address of the assignee. This email is used for communications and notifications related to the opportunity.

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

FirstName

Specifies the first name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.

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

Specifies the last name of the assignee managing the opportunity. The system automatically retrieves this value from the user profile by referencing the associated email address.

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

BusinessTitle

Specifies the business title of the assignee managing the opportunity. This helps clarify the individual's role and responsibilities within the organization. Use the value PartnerAccountManager to update details of the opportunity owner.

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