Color Schema
PA_ColorSchema
Performance Color Schema
Overview
| Table Name | PA_ColorSchema |
|---|---|
| Access Level | System + Client |
| Entity Type | D |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_Client |
| Wiki | View on iDempiere Wiki |
Columns (20)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
AD_Client_ID |
Table Direct(10) | Yes | - | Tenant for this installation. |
AD_Org_ID |
Table Direct(10) | Yes | - | Organizational entity within tenant |
AD_PrintColor1_ID |
Table(10) | Yes | - | First color used |
AD_PrintColor2_ID |
Table(10) | Yes | - | Second color used |
AD_PrintColor3_ID |
Table(10) | No | - | Third color used |
AD_PrintColor4_ID |
Table(10) | No | - | Forth color used |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(10) | Yes | - | User who created this records |
Description |
String(255) | No | - | Optional short description of the record |
EntityType |
Table(40) | Yes | @SQL=SELECT CASE WHEN '@P|AdempiereSys:N@'='Y' THEN 'D' ELSE get_sysconfig('DEFAULT_ENTITYTYPE','U',0,0) END FROM Dual | Dictionary Entity Type; Determines ownership and synchronization |
IsActive |
Yes-No(1) | Yes | - | The record is active in the system |
Mark1Percent |
Integer(10) | Yes | - | Percentage up to this color is used |
Mark2Percent |
Integer(10) | Yes | - | Percentage up to this color is used |
Mark3Percent |
Integer(10) | No | - | Percentage up to this color is used |
Mark4Percent |
Integer(10) | No | - | Percentage up to this color is used |
PA_ColorSchema_ID |
ID(10) | Yes | - | Performance Color Schema |
PA_ColorSchema_UU |
String(36) | No | - | - |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(10) | Yes | - | User who updated this records |
Foreign Keys
| Column | References | Description |
|---|---|---|
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
AD_PrintColor1_ID |
AD_PrintColor1.AD_PrintColor1_ID | First color used |
AD_PrintColor2_ID |
AD_PrintColor2.AD_PrintColor2_ID | Second color used |
AD_PrintColor3_ID |
AD_PrintColor3.AD_PrintColor3_ID | Third color used |
AD_PrintColor4_ID |
AD_PrintColor4.AD_PrintColor4_ID | Forth color used |
Generated on 2026-05-03T19:13:30.971503720Z