ActionsPerformed
Query information regarding performed actions.
Columns
Name | Type | Description |
Id [KEY] | String | The Id of the performed action. |
ActionType | String | The type of the performed action. |
Actions | String | The actions performed. |
TimeSpent | String | The time spent performing the action. |
ActionPerformedTime | Datetime | The date and time when the action was performed. |
ParentID_Id | String | The Id of the parent object where the action was performed. |
ParentID_Name | String | The name of the parent object where the action was performed. |
ChatAttachment_Id | String | The Id of the chat attachment for the action. |
ChatAttachment_Name | String | The name of the chat attachment for the action. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
Word | String | Used to search for a specific word in records. |
DuplicateCheckFields | String | The field/s to be used for checking in an upsert. |
Converted | Bool | Set to true to return only converted records. |
Approved | Bool | Set to true to return only approved records. |
CustomViewId | String | The custom view Id to be used for filtering this record. |