/AWS1/CL_PTSLEADINVTNCUSTOMER¶
Contains customer information included in a lead invitation payload. This structure provides essential details about the customer to help partners evaluate the lead opportunity and determine their interest in engagement.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_companyname TYPE /AWS1/PTSCOMPANYNAME /AWS1/PTSCOMPANYNAME¶
The name of the customer company associated with the lead invitation. This field identifies the target organization for the lead engagement opportunity.
iv_countrycode TYPE /AWS1/PTSCOUNTRYCODE /AWS1/PTSCOUNTRYCODE¶
The country code indicating the geographic location of the customer company. This information helps partners understand regional requirements and assess their ability to serve the customer effectively.
Optional arguments:¶
iv_industry TYPE /AWS1/PTSINDUSTRY /AWS1/PTSINDUSTRY¶
Specifies the industry sector of the customer company associated with the lead invitation. This categorization helps partners understand the customer's business context and assess solution fit.
iv_websiteurl TYPE /AWS1/PTSCOMPANYWEBSITEURL /AWS1/PTSCOMPANYWEBSITEURL¶
The website URL of the customer company. This provides additional context about the customer organization and helps partners verify company details and assess business size and legitimacy.
iv_awsmaturity TYPE /AWS1/PTSAWSMATURITY /AWS1/PTSAWSMATURITY¶
Indicates the customer's level of experience and adoption with AWS services. This assessment helps partners understand the customer's cloud maturity and tailor their engagement approach accordingly.
iv_marketsegment TYPE /AWS1/PTSMARKETSEGMENT /AWS1/PTSMARKETSEGMENT¶
Specifies the market segment classification of the customer, such as enterprise, mid-market, or small business. This segmentation helps partners determine the appropriate solution complexity and engagement strategy.
Queryable Attributes¶
Industry¶
Specifies the industry sector of the customer company associated with the lead invitation. This categorization helps partners understand the customer's business context and assess solution fit.
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 |
CompanyName¶
The name of the customer company associated with the lead invitation. This field identifies the target organization for the lead engagement opportunity.
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¶
The website URL of the customer company. This provides additional context about the customer organization and helps partners verify company details and assess business size and legitimacy.
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 |
CountryCode¶
The country code indicating the geographic location of the customer company. This information helps partners understand regional requirements and assess their ability to serve the customer effectively.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNTRYCODE() |
Getter for COUNTRYCODE, with configurable default |
ASK_COUNTRYCODE() |
Getter for COUNTRYCODE w/ exceptions if field has no value |
HAS_COUNTRYCODE() |
Determine if COUNTRYCODE has a value |
AwsMaturity¶
Indicates the customer's level of experience and adoption with AWS services. This assessment helps partners understand the customer's cloud maturity and tailor their engagement approach accordingly.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AWSMATURITY() |
Getter for AWSMATURITY, with configurable default |
ASK_AWSMATURITY() |
Getter for AWSMATURITY w/ exceptions if field has no value |
HAS_AWSMATURITY() |
Determine if AWSMATURITY has a value |
MarketSegment¶
Specifies the market segment classification of the customer, such as enterprise, mid-market, or small business. This segmentation helps partners determine the appropriate solution complexity and engagement strategy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MARKETSEGMENT() |
Getter for MARKETSEGMENT, with configurable default |
ASK_MARKETSEGMENT() |
Getter for MARKETSEGMENT w/ exceptions if field has no value |
HAS_MARKETSEGMENT() |
Determine if MARKETSEGMENT has a value |