/AWS1/CL_PTSENGAGEMENTCTXPAY00¶
Represents the payload of an Engagement context. The structure of this payload varies based on the context type specified in the EngagementContextDetails.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_customerproject TYPE REF TO /AWS1/CL_PTSCUSPROJECTSCONTEXT /AWS1/CL_PTSCUSPROJECTSCONTEXT¶
Contains detailed information about a customer project when the context type is "CustomerProject". This field is present only when the Type in EngagementContextDetails is set to "CustomerProject".
io_lead TYPE REF TO /AWS1/CL_PTSLEADCONTEXT /AWS1/CL_PTSLEADCONTEXT¶
Contains detailed information about a lead when the context type is "Lead". This field is present only when the Type in EngagementContextDetails is set to "Lead".
Queryable Attributes¶
CustomerProject¶
Contains detailed information about a customer project when the context type is "CustomerProject". This field is present only when the Type in EngagementContextDetails is set to "CustomerProject".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMERPROJECT() |
Getter for CUSTOMERPROJECT |
Lead¶
Contains detailed information about a lead when the context type is "Lead". This field is present only when the Type in EngagementContextDetails is set to "Lead".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LEAD() |
Getter for LEAD |