RecordActionHistory
Schema file for RecordActionHistory.
Columns
| Name | Type | References | Description |
| Id | String | Unique identifier for the record. | |
| CreatedById | String |
User.Id | ID of the user who created the record. |
| CreatedDate | Datetime | Date and time when the record was created. | |
| LastModifiedById | String |
User.Id | ID of the user who last modified the record. |
| LastModifiedDate | Datetime | Date and time when the record was last modified. | |
| SystemModstamp | Datetime | Date and time when the record was last modified by a user or by an automated process. | |
| ParentRecordId | String | ID of the ParentRecord associated with this record. | |
| ActionDefinitionApiName | String | Field containing ActionDefinitionApiName information. | |
| ActionDefinitionLabel | String | Field containing ActionDefinitionLabel information. | |
| ActionType | String | Type classification for Action. | |
| State | String | State or province portion of the address. | |
| UserId | String |
User.Id | ID of the User associated with this record. |
| UserIdType | String | Specifies the type of the 'UserId' polymorphic field to use in the statement. | |
| UserIdExternalFieldName | String | Specifies the external field name of the 'UserId' polymorphic field to use in an INSERT/UPDATE/UPSERT statement | |
| RecordActionId | String | ID of the RecordAction associated with this record. | |
| LoggedTime | Datetime | Field containing LoggedTime information. | |
| Pinned | String | Field containing Pinned information. | |
| IsMandatory | Bool | Indicates whether the record has the Mandatory characteristic. | |
| SOQL | String | Specifies the SOQL query to execute against the Salesforce servers. If this pseudo column is set from the WHERE clause it will take precedence over the original query. | |
| ExternalIdColumn | String | Specifies the external Id column to use if performing an insert. If this value is specified, upsert will be used when the INSERT command is called. | |
| FilterScope | String | Optional scope to limit the records returned from queries. This property can take one of these values: Delegated, Everything, Mine, MineAndMyGroups, My_Territory, My_Team_Territory, or Team. |