/AWS1/CL_PTSLEADINVTNINTERACT¶
Represents interaction details included in a lead invitation payload. This structure provides context about how the lead was generated and the customer's engagement history to help partners assess the opportunity quality.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_sourcetype TYPE /AWS1/PTSLEADSOURCETYPE /AWS1/PTSLEADSOURCETYPE¶
Specifies the type of source that generated the lead interaction, such as "Event", "Website", or "Campaign". This helps partners understand the lead generation channel and assess lead quality based on the source type.
iv_sourceid TYPE /AWS1/PTSLEADSOURCEID /AWS1/PTSLEADSOURCEID¶
The unique identifier of the specific source that generated the lead interaction. This provides traceability to the original lead generation activity for reference and follow-up purposes.
iv_sourcename TYPE /AWS1/PTSLEADSOURCENAME /AWS1/PTSLEADSOURCENAME¶
The descriptive name of the source that generated the lead interaction. This human-readable identifier helps partners understand the specific lead generation channel or campaign that created the opportunity.
iv_contactbusinesstitle TYPE /AWS1/PTSJOBTITLE /AWS1/PTSJOBTITLE¶
The business title or job role of the customer contact involved in the lead interaction. This helps partners identify the decision-making level and engagement approach for the lead.
Optional arguments:¶
iv_usecase TYPE /AWS1/PTSENGAGEMENTUSECASE /AWS1/PTSENGAGEMENTUSECASE¶
Describes the specific use case or business scenario associated with the lead interaction. This information helps partners understand the customer's interests and potential solution requirements.
Queryable Attributes¶
SourceType¶
Specifies the type of source that generated the lead interaction, such as "Event", "Website", or "Campaign". This helps partners understand the lead generation channel and assess lead quality based on the source type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCETYPE() |
Getter for SOURCETYPE, with configurable default |
ASK_SOURCETYPE() |
Getter for SOURCETYPE w/ exceptions if field has no value |
HAS_SOURCETYPE() |
Determine if SOURCETYPE has a value |
SourceId¶
The unique identifier of the specific source that generated the lead interaction. This provides traceability to the original lead generation activity for reference and follow-up purposes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEID() |
Getter for SOURCEID, with configurable default |
ASK_SOURCEID() |
Getter for SOURCEID w/ exceptions if field has no value |
HAS_SOURCEID() |
Determine if SOURCEID has a value |
SourceName¶
The descriptive name of the source that generated the lead interaction. This human-readable identifier helps partners understand the specific lead generation channel or campaign that created the opportunity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCENAME() |
Getter for SOURCENAME, with configurable default |
ASK_SOURCENAME() |
Getter for SOURCENAME w/ exceptions if field has no value |
HAS_SOURCENAME() |
Determine if SOURCENAME has a value |
Usecase¶
Describes the specific use case or business scenario associated with the lead interaction. This information helps partners understand the customer's interests and potential solution requirements.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USECASE() |
Getter for USECASE, with configurable default |
ASK_USECASE() |
Getter for USECASE w/ exceptions if field has no value |
HAS_USECASE() |
Determine if USECASE has a value |
ContactBusinessTitle¶
The business title or job role of the customer contact involved in the lead interaction. This helps partners identify the decision-making level and engagement approach for the lead.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTBUSINESSTITLE() |
Getter for CONTACTBUSINESSTITLE, with configurable default |
ASK_CONTACTBUSINESSTITLE() |
Getter for CONTACTBUSINESSTITLE w/ exceptions if field has n |
HAS_CONTACTBUSINESSTITLE() |
Determine if CONTACTBUSINESSTITLE has a value |