Skip to content

/AWS1/CL_PTSPROSPFROMENGTASORT

Specifies the sort configuration for ListProspectingFromEngagementTasks. Contains the field to sort by and the sort direction.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_sortorder TYPE /AWS1/PTSSORTORDER /AWS1/PTSSORTORDER

The direction in which to sort the results. Use ASCENDING to return the smallest or earliest values first, or DESCENDING to return the largest or most recent values first.

iv_sortby TYPE /AWS1/PTSPROSPFRMENGTASORTNAME /AWS1/PTSPROSPFRMENGTASORTNAME

The field by which to sort the returned tasks. Valid values: StartTime (task creation timestamp), TaskName (alphabetically by task name), and FailedEngagementCount (number of failed engagements).


Queryable Attributes

SortOrder

The direction in which to sort the results. Use ASCENDING to return the smallest or earliest values first, or DESCENDING to return the largest or most recent values first.

Accessible with the following methods

Method Description
GET_SORTORDER() Getter for SORTORDER, with configurable default
ASK_SORTORDER() Getter for SORTORDER w/ exceptions if field has no value
HAS_SORTORDER() Determine if SORTORDER has a value

SortBy

The field by which to sort the returned tasks. Valid values: StartTime (task creation timestamp), TaskName (alphabetically by task name), and FailedEngagementCount (number of failed engagements).

Accessible with the following methods

Method Description
GET_SORTBY() Getter for SORTBY, with configurable default
ASK_SORTBY() Getter for SORTBY w/ exceptions if field has no value
HAS_SORTBY() Determine if SORTBY has a value