Skip to content

/AWS1/CL_PTSPROSPCTRESULTAWS

Contains the prospecting data that AWS sources. This includes task execution details, customer account information, and insights that AI generates from the prospecting analysis.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_starttime TYPE /AWS1/PTSDATETIME /AWS1/PTSDATETIME

The timestamp when the prospecting result context was created. The format is ISO 8601 (UTC).

iv_endtime TYPE /AWS1/PTSDATETIME /AWS1/PTSDATETIME

The timestamp when the prospecting task completed processing. The format is ISO 8601 (UTC).

iv_taskid TYPE /AWS1/PTSPROSPCTTASKIDENTIFIER /AWS1/PTSPROSPCTTASKIDENTIFIER

The unique identifier of the prospecting task that generates this result.

iv_taskarn TYPE /AWS1/PTSTASKARN /AWS1/PTSTASKARN

The Amazon Resource Name (ARN) of the prospecting task. Use this ARN to track and manage the task within AWS.

iv_taskname TYPE /AWS1/PTSTASKNAME /AWS1/PTSTASKNAME

The name that the user provides for the prospecting task that generates this result.

io_customer TYPE REF TO /AWS1/CL_PTSPROSPCTRESULTCUS /AWS1/CL_PTSPROSPCTRESULTCUS

Contains details about the prospected customer account, including geographic, industry, and segment classifications.

io_insights TYPE REF TO /AWS1/CL_PTSPROSPCTINSIGHTS /AWS1/CL_PTSPROSPCTINSIGHTS

Insights that AI generates from the prospecting analysis. These insights include engagement scores and solution fit assessments for the prospected customer.


Queryable Attributes

StartTime

The timestamp when the prospecting result context was created. The format is ISO 8601 (UTC).

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

EndTime

The timestamp when the prospecting task completed processing. The format is ISO 8601 (UTC).

Accessible with the following methods

Method Description
GET_ENDTIME() Getter for ENDTIME, with configurable default
ASK_ENDTIME() Getter for ENDTIME w/ exceptions if field has no value
HAS_ENDTIME() Determine if ENDTIME has a value

TaskId

The unique identifier of the prospecting task that generates this result.

Accessible with the following methods

Method Description
GET_TASKID() Getter for TASKID, with configurable default
ASK_TASKID() Getter for TASKID w/ exceptions if field has no value
HAS_TASKID() Determine if TASKID has a value

TaskArn

The Amazon Resource Name (ARN) of the prospecting task. Use this ARN to track and manage the task within AWS.

Accessible with the following methods

Method Description
GET_TASKARN() Getter for TASKARN, with configurable default
ASK_TASKARN() Getter for TASKARN w/ exceptions if field has no value
HAS_TASKARN() Determine if TASKARN has a value

TaskName

The name that the user provides for the prospecting task that generates this result.

Accessible with the following methods

Method Description
GET_TASKNAME() Getter for TASKNAME, with configurable default
ASK_TASKNAME() Getter for TASKNAME w/ exceptions if field has no value
HAS_TASKNAME() Determine if TASKNAME has a value

Customer

Contains details about the prospected customer account, including geographic, industry, and segment classifications.

Accessible with the following methods

Method Description
GET_CUSTOMER() Getter for CUSTOMER

Insights

Insights that AI generates from the prospecting analysis. These insights include engagement scores and solution fit assessments for the prospected customer.

Accessible with the following methods

Method Description
GET_INSIGHTS() Getter for INSIGHTS