/AWS1/CL_PTTTASKDETAILS¶
Contains detailed information about a profile update task including the changes to be made.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_displayname TYPE /AWS1/PTTUNICODESTRING /AWS1/PTTUNICODESTRING¶
The updated display name for the partner profile.
iv_description TYPE /AWS1/PTTUNICODESTRING /AWS1/PTTUNICODESTRING¶
The updated description for the partner profile.
iv_websiteurl TYPE /AWS1/PTTURL /AWS1/PTTURL¶
The updated website URL for the partner profile.
iv_logourl TYPE /AWS1/PTTURL /AWS1/PTTURL¶
The updated logo URL for the partner profile.
iv_primarysolutiontype TYPE /AWS1/PTTPRIMARYSOLUTIONTYPE /AWS1/PTTPRIMARYSOLUTIONTYPE¶
The updated primary solution type for the partner profile.
it_industrysegments TYPE /AWS1/CL_PTTINDSEGMENTLIST_W=>TT_INDUSTRYSEGMENTLIST TT_INDUSTRYSEGMENTLIST¶
The updated industry segments for the partner profile.
iv_translationsourcelocale TYPE /AWS1/PTTLOCALE /AWS1/PTTLOCALE¶
The updated translation source locale for the partner profile.
Optional arguments:¶
it_localizedcontents TYPE /AWS1/CL_PTTLOCALIZEDCONTENT=>TT_LOCALIZEDCONTENTLIST TT_LOCALIZEDCONTENTLIST¶
The updated localized content for the partner profile.
Queryable Attributes¶
DisplayName¶
The updated display name for the partner profile.
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¶
The updated description for the partner profile.
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 updated website URL for the partner profile.
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 updated logo URL for the partner profile.
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 updated primary solution type for the partner profile.
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 updated industry segments for the partner profile.
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 updated translation source locale for the partner profile.
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¶
The updated localized content for the partner profile.
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 |