Notifications
Create, update, delete, and query the Notifications module in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| My_Favorite | Bool | False |
Whether the meeting is a favorite for the user. |
| Following | Bool | False |
Whether the user is following this record. |
| Id [KEY] | String | False |
Unique identifier of the record. |
| Name | String | True |
Name of the note. |
| Date_Entered | Datetime | True |
Date the record was created. |
| Date_Modified | Datetime | True |
The date the record was last modified. |
| Modified_User_Id | String | True |
User who last modified the record. |
| Modified_By_Name | String | True |
The user 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 user 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 | True |
Full text of the note. |
| Deleted | Bool | False |
The record deletion indicator. |
| Assigned_User_Id | String | False |
The Id of the user assigned to the record. |
| Assigned_User_Name | String | True |
The user name of the user assigned to the record. |
| Is_Read | Bool | False |
Whether the noficiation is read. |
| Severity | String | True |
The severity of the notification. |
| Parent_Name | String | True |
The parent Sugar item associated with the notification. |
| Parent_Type | String | False |
The type of the parent Sugar item associated with the notification. |
| Parent_Id | String | False |
The Id of the parent Sugar item associated with the notification. |