Bugs
Create, update, delete, and query the Bugs 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 of the record. |
| Name | String | False |
The short description of the bug. |
| 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 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 who created the record. |
| Doc_Owner | String | False |
The document owner. |
| User_Favorites | String | False |
The favorites for the record. |
| Description | String | False |
The full text of the note. |
| Deleted | Bool | False |
Record deletion indicator. |
| Assigned_User_Id | String | False |
The Id of the user assigned to the record. |
| Assigned_User_Name | String | False |
The user name of the user assigned to the record. |
| Team_Id | String | False |
The Id of the primary team. |
| Team_Set_Id | String | False |
The Id of the team set. |
| Team_Count | String | False |
The count of the team set. |
| Team_Name | String | False |
The name of the primary team. |
| Bug_Number | Int | True |
The visual unique identifier. |
| Type | String | False |
The type of issue (e.g., issue or feature). |
| Status | String | False |
The status of the issue. |
| Priority | String | False |
An indication of the priority of the issue. |
| Resolution | String | False |
An indication of how the issue was resolved. |
| System_Id | Int | False |
The system Id. |
| Work_Log | String | False |
Free-form text used to denote activities of interest. |
| Found_In_Release | String | False |
The software or service release that manifested the bug. |
| Release_Name | String | False |
The name of the software or service release. |
| Fixed_In_Release | String | False |
The software or service release that corrected the bug. |
| Fixed_In_Release_Name | String | False |
The name of the software or service release that corrected the bug. |
| Source | String | False |
An indicator of how the bug was entered (e.g., via Web or email). |
| Product_Category | String | False |
Where the bug was discovered (e.g., Accounts, Contacts, or Leads). |
| Portal_Viewable | Bool | False |
Whether the bug is viewable in the portal. |