SavedSearch
This is a table representing the SavedSearch module in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| 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. |
| Id [KEY] | String | False |
The unique identifier of the saved search. |
| Name | String | False |
The name of the saved search. |
| Search_Module | String | False |
The search module. |
| Deleted | Bool | False |
Whether the record is deleted. |
| Date_Entered | Datetime | False |
The date the record was created. |
| Date_Modified | Datetime | False |
The date the record was last modified. |
| Assigned_User_Id | String | False |
The Id of the user assigned to the record. |
| Assigned_User_Name | String | False |
The name of the user assigned to the record. |
| Contents | String | False |
The contents of the saved search. |
| Description | String | False |
The description of the saved search. |