Activities
Create, update, delete, and query the Activities module in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| My_Favorite | Bool | False |
Whether the record is the favorite for the user. |
| Following | Bool | False |
Whether the user is following this record. |
| Id [KEY] | String | False |
The unique identifier for the record. |
| Name | String | False |
The name for the record. |
| Date_Entered | Datetime | True |
The date the record was created. |
| Date_Modified | Datetime | True |
The date the record was last modified. |
| Modified_User_Id | String | True |
The Id of the user who last modified the record. |
| Modified_By_Name | String | True |
The name of the user who last modified the record. |
| Created_By | String | True |
The Id of the user who created the record. |
| Created_By_Name | String | True |
The name of the user who created the record. |
| Doc_Owner | String | False |
The document owner. |
| User_Favorites | String | False |
The user favorites for the record. |
| Description | String | False |
The description for the record. |
| Deleted | Bool | False |
Record deletion indicator. |
| Parent_Id | String | False |
The Id of the parent for the record. |
| Parent_Type | String | False |
The type of the parent for the record. |
| Activity_Type | String | False |
The type of the activity. |
| Data | String | False |
The data for the record. |
| Comment_Count | Int | False |
The number of comments for the record. |
| Last_Comment | String | False |
The last comment for the record. |