Added in version 8.3.0.08
The ACCOUNTccountingENTITY table supports master data consildation of duplicate accounts when integrated with an ERP system.
|
While this table does not have a field defined as a primary key, the ACCOUNTACCOUNTINGENTITYID field should be unique and considered a primary key. |
Field | Datatype (Length) | Allow Nulls | Indexes | Relationship | Related Table and Field |
---|---|---|---|---|---|
ACCOUNTACCOUNTINGENTITYID |
nchar(12) |
NOT NULL |
ACCOUNT ACCOUNTINGENTITY_PRIMARY(AK) |
|
|
ACCOUNTID |
nchar(12) |
NOT NULL |
(One) to (Many) | ACCOUNT.ACCOUNTID | |
CREATEUSER(FK) |
nchar(12) |
NULLS |
|
(Many) to (One) |
|
CREATEDATE |
datetime(8) |
NULLS |
|
|
|
MODIFYDATE |
datetime(8) |
NULLS |
|
|
|
MODIFYUSER (FK) |
nchar(12) |
NULLS |
|
(Many) to (One) |
|
ISDEFAULT |
nchar(1) |
NULLS | |||
BACKOFFICEACCTENTITYID |
nchar(12) |
NULLS |
(One) to (Many) | BACKOFFICEACCTENTITY.BACKOFFICEACCTENTITIYD | |
BACKOFFICEID |
nchar(12) |
NULLS |
(One) to (Many) | BACKOFFICE.BACKOFFICEID |