ERPEMAILADDRESS Table

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.

Legend
 

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)

USERINFO.USERID

CREATEDATE

datetime

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

 

USERINFO.USERID

 

MODIFYDATE

datetime

NULLS

 

 

 

GLOBALSYNCID

varchar(36)

NULLS

ERPEMAILADDRESS_GLOBALSYNCID (IE)

 

 

ENTITYID (FK)

char(12)

NULLS

ERPEMAILADDRESS_ENTITYID (IE)

(Many) to (One)

ACCOUNT.ACCOUNTID

(Many) to (One)

CONTACT.CONTACTID

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)

APPIDMAPPING.APPID

CREATESOURCE

varchar(64)

NULLS