/AWS1/CL_PTSCUSTOMER¶
An object that contains the customer's Account
and Contact
.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_account
TYPE REF TO /AWS1/CL_PTSACCOUNT
/AWS1/CL_PTSACCOUNT
¶
An object that contains the customer's account details.
it_contacts
TYPE /AWS1/CL_PTSCONTACT=>TT_CUSTOMERCONTACTSLIST
TT_CUSTOMERCONTACTSLIST
¶
Represents the contact details for individuals associated with the customer of the
Opportunity
. This field captures relevant contacts, including decision-makers, influencers, and technical stakeholders within the customer organization. These contacts are key to progressing the opportunity.
Queryable Attributes¶
Account¶
An object that contains the customer's account details.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACCOUNT() |
Getter for ACCOUNT |
Contacts¶
Represents the contact details for individuals associated with the customer of the
Opportunity
. This field captures relevant contacts, including decision-makers, influencers, and technical stakeholders within the customer organization. These contacts are key to progressing the opportunity.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONTACTS() |
Getter for CONTACTS, with configurable default |
ASK_CONTACTS() |
Getter for CONTACTS w/ exceptions if field has no value |
HAS_CONTACTS() |
Determine if CONTACTS has a value |