/AWS1/CL_PTTPARTNERPROFILE¶
Contains comprehensive profile information for a partner including public-facing details.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_displayname TYPE /AWS1/PTTUNICODESTRING /AWS1/PTTUNICODESTRING¶
The public display name for the partner organization.
iv_description TYPE /AWS1/PTTUNICODESTRING /AWS1/PTTUNICODESTRING¶
A description of the partner's business, services, and capabilities.
iv_websiteurl TYPE /AWS1/PTTURL /AWS1/PTTURL¶
The partner's primary website URL.
iv_logourl TYPE /AWS1/PTTURL /AWS1/PTTURL¶
The URL to the partner's logo image.
iv_primarysolutiontype TYPE /AWS1/PTTPRIMARYSOLUTIONTYPE /AWS1/PTTPRIMARYSOLUTIONTYPE¶
The primary type of solution or service the partner provides.
it_industrysegments TYPE /AWS1/CL_PTTINDSEGMENTLIST_W=>TT_INDUSTRYSEGMENTLIST TT_INDUSTRYSEGMENTLIST¶
The industry segments or verticals that the partner serves.
iv_translationsourcelocale TYPE /AWS1/PTTLOCALE /AWS1/PTTLOCALE¶
The source locale used for automatic translation of profile content.
Optional arguments:¶
it_localizedcontents TYPE /AWS1/CL_PTTLOCALIZEDCONTENT=>TT_LOCALIZEDCONTENTLIST TT_LOCALIZEDCONTENTLIST¶
A list of localized content versions for different languages and regions.
iv_profileid TYPE /AWS1/PTTPARTNERPROFILEID /AWS1/PTTPARTNERPROFILEID¶
The unique identifier of the partner profile.
Queryable Attributes¶
DisplayName¶
The public display name for the partner organization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
Description¶
A description of the partner's business, services, and capabilities.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
WebsiteUrl¶
The partner's primary website URL.
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 |
LogoUrl¶
The URL to the partner's logo image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGOURL() |
Getter for LOGOURL, with configurable default |
ASK_LOGOURL() |
Getter for LOGOURL w/ exceptions if field has no value |
HAS_LOGOURL() |
Determine if LOGOURL has a value |
PrimarySolutionType¶
The primary type of solution or service the partner provides.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRIMARYSOLUTIONTYPE() |
Getter for PRIMARYSOLUTIONTYPE, with configurable default |
ASK_PRIMARYSOLUTIONTYPE() |
Getter for PRIMARYSOLUTIONTYPE w/ exceptions if field has no |
HAS_PRIMARYSOLUTIONTYPE() |
Determine if PRIMARYSOLUTIONTYPE has a value |
IndustrySegments¶
The industry segments or verticals that the partner serves.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INDUSTRYSEGMENTS() |
Getter for INDUSTRYSEGMENTS, with configurable default |
ASK_INDUSTRYSEGMENTS() |
Getter for INDUSTRYSEGMENTS w/ exceptions if field has no va |
HAS_INDUSTRYSEGMENTS() |
Determine if INDUSTRYSEGMENTS has a value |
TranslationSourceLocale¶
The source locale used for automatic translation of profile content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRANSLATIONSOURCELOCALE() |
Getter for TRANSLATIONSOURCELOCALE, with configurable defaul |
ASK_TRANSLATIONSOURCELOCALE() |
Getter for TRANSLATIONSOURCELOCALE w/ exceptions if field ha |
HAS_TRANSLATIONSOURCELOCALE() |
Determine if TRANSLATIONSOURCELOCALE has a value |
LocalizedContents¶
A list of localized content versions for different languages and regions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALIZEDCONTENTS() |
Getter for LOCALIZEDCONTENTS, with configurable default |
ASK_LOCALIZEDCONTENTS() |
Getter for LOCALIZEDCONTENTS w/ exceptions if field has no v |
HAS_LOCALIZEDCONTENTS() |
Determine if LOCALIZEDCONTENTS has a value |
ProfileId¶
The unique identifier of the partner profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEID() |
Getter for PROFILEID, with configurable default |
ASK_PROFILEID() |
Getter for PROFILEID w/ exceptions if field has no value |
HAS_PROFILEID() |
Determine if PROFILEID has a value |