Added in version 7.5.4
The ERPEMAILADDRESS table stores the e-mail addresses for any entity (account, contact) and maps the e-mail columns in these tables to rows in itself. The table is used for accounting integration functionality.
|
While this table does not have a field defined as a primary key, the ERPEMAILADDRESSID field should be unique and considered a primary key. |
Field | Datatype (Length) | Allow Nulls | Indexes | Relationship | Related Table and Field |
---|---|---|---|---|---|
ERPEMAILADDRESSID |
char(12) |
NOT NULL |
ERPEMAILADDRESS_PRIMARY (AK) |
|
|
CREATEUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
CREATEDATE |
datetime |
NULLS |
|
|
|
MODIFYUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One)
|
|
MODIFYDATE |
datetime |
NULLS |
|
|
|
GLOBALSYNCID |
varchar(36) |
NULLS |
ERPEMAILADDRESS_GLOBALSYNCID (IE) |
|
|
ENTITYID (FK) |
char(12) |
NULLS |
ERPEMAILADDRESS_ENTITYID (IE) |
(Many) to (One) |
|
(Many) to (One) |
|||||
EMAILTYPE |
varchar(32) |
NULLS |
|
|
|
ADDRESS |
varchar(128) |
NULLS |
|
|
|
PRIMACYINDICATOR |
varchar(1) |
NULLS |
|
|
|
COLUMNMAP |
varchar(32) |
NULLS |
|
|
|
ENTITYTYPE |
varchar(32) |
NULLS |
|
|
|
TICK |
int |
NULLS |
|
|
|
APPID (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
CREATESOURCE |
varchar(64) |
NULLS |
|
|
|