Newer Version Available

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

RecordAlertActionableTarget

Represents the action associated with the parent record alert. This object is available in API version 63.0 and later.

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

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last accessed this record indirectly, for example, through a list view or related record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last viewed this record or list view. If this value is null, and LastReferenceDate isn't null, the user accessed this record or list view indirectly.
Name
Type
string
Properties
Create, Filter, Group, idLookup, Sort, Update
Description
The name of the record alert actionable target.
RecordAlertId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The parent record alert associated with the record alert actionable target.
This field is a relationship field.
Relationship Name
RecordAlert
Relationship Type
Master-detail
Refers To
RecordAlert (the master object)
TargetObjectName
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The name of the target object that's used to create a record on the parent record alert. Applicable when users specify create in the type field.
TargetRecordIdentifier
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The ID of the target record that a user is navigated to. Applicable when users specify view in the type field.
Type
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
Specifies the type of the record alert actionable target, such as create or view.
Possible values are:
  • Create
  • View