Added in version 7.5.4
The COMMODITYGROUP table stores group definitions used for grouping like commodities. The table is used for accounting integration functionality.
|
While this table does not have a field defined as a primary key, the COMMODITYGROUPID field should be unique and considered a primary key. |
Field | Datatype (Length) | Allow Nulls | Indexes | Relationship | Related Table and Field |
---|---|---|---|---|---|
CREATEUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One)
|
|
CREATEDDATE |
datetime |
NULLS |
|
|
|
MODIFYUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One)
|
|
MODIFYDATE |
datetime |
NULLS |
|
|
|
NAME |
varchar(32) |
NULLS |
|
|
|
DESCRIPTION |
varchar(64) |
NULLS |
|
|
|
GROUPTYPE |
varchar(32) |
NULLS |
|
|
|
TICK |
int |
NULLS |
|
|
|
APPID (FK) |
varchar(12) |
NULLS |
|
(Many) to (One) |
|
GLOBALSYNCID |
varchar(36) |
NULLS |
|
|
|