Quotas
Create, update, delete, and query the Quotas module in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique identifier of the quota. |
| User_Id | String | False |
The user Id of the quota. |
| Assigned_User_Id | String | False |
The Id of the user assigned to the quota. |
| User_Name | String | False |
The user name of the user assigned to the quota. |
| User_Full_Name | String | False |
The full name of the user assigned to the quota. |
| Timeperiod_Id | String | False |
The Id of the time period. |
| Quota_Type | String | False |
The type of the quota. |
| Amount | Double | False |
The amount of the quota. |
| Amount_Base_Currency | Double | False |
The base currency of the amount. |
| Currency_Id | String | False |
The Id of the currency. |
| Base_Rate | Decimal | False |
The base rate of the currency. |
| Currency_Symbol | String | False |
The symbol of the currency. |
| Committed | Bool | False |
Whether the quota is committed. |
| Modified_User_Id | String | False |
The Id of the user who modified the record. |
| Created_By | String | False |
The Id of the user who created the record. |
| Date_Entered | Datetime | False |
The date the record was created. |
| Date_Modified | Datetime | False |
The date the record was last modified. |
| Deleted | Bool | False |
Whether the record is deleted. |
| Name | String | False |
The name of the record. |