/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.
io_insights TYPE REF TO /AWS1/CL_PTSLEADINSIGHTS /AWS1/CL_PTSLEADINSIGHTS¶
Insights that AI generates and associates with the lead. These insights provide automated analysis to help partners assess the lead quality and readiness.
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 |
Insights¶
Insights that AI generates and associates with the lead. These insights provide automated analysis to help partners assess the lead quality and readiness.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSIGHTS() |
Getter for INSIGHTS |