Tax Schema
C_TaxSchema
Tax Schema
Overview
| Table Name | C_TaxSchema |
|---|---|
| Access Level | System + Client |
| Entity Type | MMG-10 |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | Default_C_Tax |
| Wiki | View on iDempiere Wiki |
Columns (14)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
Default_C_Tax_ID |
Table(10) | No | - | Tax identifier for fallback use cases |
AD_Client_ID |
Table Direct(10) | Yes | @#AD_Client_ID@ | Tenant for this installation. |
AD_Org_ID |
Table Direct(10) | Yes | @#AD_Org_ID@ | Organizational entity within tenant |
Created |
Date+Time(29) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(10) | Yes | - | User who created this records |
C_TaxSchema_ID |
ID(10) | Yes | - | Tax Schema let you group the Tax Rates |
C_TaxSchema_UU |
String(36) | No | - | - |
Description |
String(255) | No | - | Optional short description of the record |
Help |
Text(2000) | No | - | Comment or Hint |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
Updated |
Date+Time(29) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(10) | Yes | - | User who updated this records |
Value |
String(40) | Yes | - | Search key for the record in the format required - must be unique |
Foreign Keys
| Column | References | Description |
|---|---|---|
Default_C_Tax_ID |
Default_C_Tax.Default_C_Tax_ID | Tax identifier for fallback use cases |
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
Generated on 2026-05-03T18:00:59.882676959Z