Skip to content

/AWS1/CL_PTSENGAGEMENTCUSTOMER

Contains details about the customer associated with the Engagement Invitation, including company information and industry.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_industry TYPE /AWS1/PTSINDUSTRY /AWS1/PTSINDUSTRY

Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.

iv_companyname TYPE /AWS1/PTSCOMPANYNAME /AWS1/PTSCOMPANYNAME

Represents the name of the customer’s company associated with the Engagement Invitation. This field is used to identify the customer.

iv_websiteurl TYPE /AWS1/PTSCOMPANYWEBSITEURL /AWS1/PTSCOMPANYWEBSITEURL

Provides the website URL of the customer’s company. This field helps partners verify the legitimacy and size of the customer organization.

iv_countrycode TYPE /AWS1/PTSCOUNTRYCODE /AWS1/PTSCOUNTRYCODE

Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs.


Queryable Attributes

Industry

Specifies the industry to which the customer’s company belongs. This field helps categorize the opportunity based on the customer’s business sector.

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

Represents the name of the customer’s company associated with the Engagement Invitation. This field is used to identify the customer.

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

Provides the website URL of the customer’s company. This field helps partners verify the legitimacy and size of the customer organization.

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

Indicates the country in which the customer’s company operates. This field is useful for understanding regional requirements or compliance needs.

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