TaxRates
This is a table representing the TaxRates module in SugarCRM.
Columns
Name | Type | ReadOnly | Description |
Id [KEY] | String | False |
The unique identifier of the tax rate. |
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. |
Modified_User_Id | String | False |
The Id of the user who last modified the record. |
Created_By | String | False |
The Id of the user who created the record. |
Name | String | False |
The name of the tax rate. |
Value | Decimal | False |
The value of the tax rate. |
List_Order | Int | False |
The relative order in the drop-down list. |
Status | String | False |
The status of the tax rate. |