Sub Account
C_SubAcct
Sub account for Element Value
Overview
| Table Name | C_SubAcct |
|---|---|
| Access Level | Client Only |
| Entity Type | D |
| Is Document | No |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_Client |
| Wiki | View on iDempiere Wiki |
Columns (14)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
Value |
String(40) | Yes | - | Search key for the record in the format required - must be unique |
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 |
C_ElementValue_ID |
Search(10) | Yes | - | Account Element |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(10) | Yes | - | User who created this records |
C_SubAcct_ID |
ID(10) | Yes | - | Sub account for Element Value |
C_SubAcct_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 | - | The record is active in the system |
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 |
C_ElementValue_ID |
C_ElementValue.C_ElementValue_ID | Account Element |
Generated on 2026-05-03T16:38:54.839243038Z