/AWS1/CL_PTSACCOUNTSUMMARY¶
An object that contains an Account's subset of fields.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_companyname TYPE /AWS1/PTSNAME /AWS1/PTSNAME¶
Specifies the end
Customer's company name associated with theOpportunity.
Optional arguments:¶
iv_industry TYPE /AWS1/PTSINDUSTRY /AWS1/PTSINDUSTRY¶
Specifies which industry the end
Customerbelongs to associated with theOpportunity. It refers to the category or sector that the customer's business operates in.To submit a value outside the picklist, use
Other.Conditionally mandatory if
Otheris selected for Industry Vertical in LOVs.
iv_otherindustry TYPE /AWS1/PTSSTRING /AWS1/PTSSTRING¶
Specifies the end
Customer's industry associated with theOpportunity, when the selected value in theIndustryfield isOther. This field is relevant when the customer's industry doesn't fall under the predefined picklist values and requires a custom description.
iv_websiteurl TYPE /AWS1/PTSWEBSITEURL /AWS1/PTSWEBSITEURL¶
Specifies the end customer's company website URL associated with the
Opportunity. This value is crucial to map the customer within the Amazon Web Services CRM system.
io_address TYPE REF TO /AWS1/CL_PTSADDRESSSUMMARY /AWS1/CL_PTSADDRESSSUMMARY¶
Specifies the end
Customer's address details associated with theOpportunity.
Queryable Attributes¶
Industry¶
Specifies which industry the end
Customerbelongs to associated with theOpportunity. It refers to the category or sector that the customer's business operates in.To submit a value outside the picklist, use
Other.Conditionally mandatory if
Otheris selected for Industry Vertical in LOVs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INDUSTRY() |
Getter for INDUSTRY, with configurable default |
ASK_INDUSTRY() |
Getter for INDUSTRY w/ exceptions if field has no value |
HAS_INDUSTRY() |
Determine if INDUSTRY has a value |
OtherIndustry¶
Specifies the end
Customer's industry associated with theOpportunity, when the selected value in theIndustryfield isOther. This field is relevant when the customer's industry doesn't fall under the predefined picklist values and requires a custom description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OTHERINDUSTRY() |
Getter for OTHERINDUSTRY, with configurable default |
ASK_OTHERINDUSTRY() |
Getter for OTHERINDUSTRY w/ exceptions if field has no value |
HAS_OTHERINDUSTRY() |
Determine if OTHERINDUSTRY has a value |
CompanyName¶
Specifies the end
Customer's company name associated with theOpportunity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPANYNAME() |
Getter for COMPANYNAME, with configurable default |
ASK_COMPANYNAME() |
Getter for COMPANYNAME w/ exceptions if field has no value |
HAS_COMPANYNAME() |
Determine if COMPANYNAME has a value |
WebsiteUrl¶
Specifies the end customer's company website URL associated with the
Opportunity. This value is crucial to map the customer within the Amazon Web Services CRM system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WEBSITEURL() |
Getter for WEBSITEURL, with configurable default |
ASK_WEBSITEURL() |
Getter for WEBSITEURL w/ exceptions if field has no value |
HAS_WEBSITEURL() |
Determine if WEBSITEURL has a value |
Address¶
Specifies the end
Customer's address details associated with theOpportunity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESS() |
Getter for ADDRESS |