Newer Version Available

This content describes an older version of this product. View Latest

ActionableListDefinition

Represents the data source definition details associated with an actionable list.

Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.

Important

Parent Type

This type extends the Metadata metadata type and inherits its fullName field.

File Suffix and Directory Location

ActionableListDefinition components have the suffix .actionableListDefinition and are stored in the actionableListDefinitions folder.

Version

ActionableListDefinition components are available in API version 57.0 and later.

Fields

Field Name Description
actionableListDatasetColumns
Field Type
ActionableListDatasetColumn[]
Description
The object that stores columns in a dataset associated with an actionable list.
actionableListMemberStatuses
Field Type
ActionableListMemberStatus[]
Description
The object that stores the status and the corresponding status icon details of an individual actionable list member.
batchCalcJobDefinition
Field Type
string
Description
The batch calculation job definition that's associated with the creation of an actionable list. This field is a relationship field.
datasetName
Field Type
string
Description
The name of the dataset that is associated with the actionable list.
edgeMart
Field Type
string
Description
The edgemart dataset that's associated with the actionable list. Available in API version 58.0 and later.
isActive
Field Type
boolean
Description
Indicates whether the actionable list definition is active (true) or not (false).
The default value is false.
masterLabel
Field Type
string
Description

Required.

The master label of the actionable list definition.
objectName
Field Type
string
Description

Required.

The object for which the actionable list is created.

Possible values are organized by the API version in which they were introduced. Values are available in all versions after introduction unless noted otherwise.

Possible values are:

API version 60.0 and later:

PersonLifeEvent

API version 60.0 and later with Insurance Managed Package:

  • Claim
  • InsurancePolicy
  • Quote

API version 59.0 and later with Health Cloud:

  • CareFacilityBed
  • CareRequest
  • CareRequestItem
  • CareServiceVisit
  • CareServiceVisitPlan
  • ClinicalServiceRequest

API version 59.0 and later with Loyalty Cloud:

  • LoyaltyProgramMember

API version 59.0 and later:

  • Case

API version 58.0 and later with Automotive Cloud:

  • Vehicle

API version 58.0 and later:

  • Asset
  • Lead
  • Opportunity

API version 57.0 and later:

  • Account
  • Contact

ActionableListDatasetColumn

Represents the information about the columns in a dataset associated with an actionable list.

Table 1. Fields
Field Name Description
dataDomain
Field Type
DatasetColumnDataType (enumeration of type string)
Description
The data domain that is mapped to the data type of the dataset column.

Possible values are:

  • Dates
  • Dimensions
  • Measures
dataType
Field Type
DatatableDataType (enumeration of type string)
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The data type of the dataset column in the actionable list. Available in API version 58.0 and later.
Possible values are:
  • Boolean
  • Currency
  • Date
  • DateTime
  • Email
  • Location
  • Number
  • Percent
  • Phone
  • Text
  • Url
displayOrder
Field Type
int
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The order in which the actionable list dataset columns are displayed. Available in API version 58.0 and later.
isDefault
Field Type
boolean
Description
Indicates whether the dataset column is added to the actionable list by default (true) or not (false).
The default value is false.
isGroupedByListDefObj
Field Type
boolean
Description
Indicates whether the dataset column is grouped by the object defined in the actionable list definition (true) or not (false). Available in API version 59.0 and later.
IsTypeAheadSearchEnabled
Field Type
boolean
Description
Indicates whether the type-ahead search for filters is enabled (true) or not (false). Available in API version 60.0 and later.
objectName
Field Type
string
Description
The name of the object that's associated with the dataset column.
Possible values are:

API version 60.0 and later:

PersonLifeEvent

API version 60.0 and later with Insurance Managed Package:

  • Claim
  • InsurancePolicy
  • Quote

API version 59.0 and later with Health Cloud:

  • CareFacilityBed
  • CareRequest
  • CareRequestItem
  • CareServiceVisit
  • CareServiceVisitPlan
  • ClinicalServiceRequest

API version 59.0 and later with Loyalty Cloud:

  • LoyaltyProgramMember

API version 59.0 and later:

  • Case

API version 58.0 and later with Automotive Cloud:

  • Vehicle

API version 58.0 and later:

  • Asset
  • Lead
  • Opportunity

API version 57.0 and later:

  • Account
  • Contact
sourceColumnApiName
Field Type
string
Description
The API name of the column in the source dataset.
sourceFieldName
Field Type
string
Description
The name of the field in the object for which the actionable list dataset is created.

ActionableListMemberStatus

Represents the status and the corresponding status icon details of an individual actionable list member.

Table 2. Fields
Field Name Description
iconName
Field Type
string
Description
The name of the icon that's mapped to the status.
status
Field Type
string
Description
The status of the actionable list member.

Wildcard Support in the Manifest File

This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.