/AWS1/CL_PTSUPDATELEADCONTEXT¶
Updates the context information for a lead with qualification status, customer details, and interaction data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_customer TYPE REF TO /AWS1/CL_PTSLEADCUSTOMER /AWS1/CL_PTSLEADCUSTOMER¶
Updated customer information associated with the lead.
Optional arguments:¶
iv_qualificationstatus TYPE /AWS1/PTSLEADQUALIFICATIONSTAT /AWS1/PTSLEADQUALIFICATIONSTAT¶
The updated qualification status of the lead.
io_interaction TYPE REF TO /AWS1/CL_PTSLEADINTERACTION /AWS1/CL_PTSLEADINTERACTION¶
Updated interaction details for the lead context.
Queryable Attributes¶
QualificationStatus¶
The updated qualification status of the lead.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUALIFICATIONSTATUS() |
Getter for QUALIFICATIONSTATUS, with configurable default |
ASK_QUALIFICATIONSTATUS() |
Getter for QUALIFICATIONSTATUS w/ exceptions if field has no |
HAS_QUALIFICATIONSTATUS() |
Determine if QUALIFICATIONSTATUS has a value |
Customer¶
Updated customer information associated with the lead.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMER() |
Getter for CUSTOMER |
Interaction¶
Updated interaction details for the lead context.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTERACTION() |
Getter for INTERACTION |