JContEmail contains information about the email addresses in a contact record. This information includes the address itself, email address type (such as Personal or Business), and contact record to which each email address belongs. This table represents the Email Addresses block on the General tab of a contact record.
Object: JContEmail (J_CONT_EMAIL)
Attribute |
Database column name |
Field in UI |
End of path |
Bridge |
Links to object table: |
Data type |
Comments |
Commonly used in: |
|
Rules |
Temp/Wiz |
||||||||
address Before TeamConnect 3.3 SP2: emailString |
EMAIL_STRING (VARCHAR20) (250) |
x |
|
|
string (250) |
The actual email address. |
|
x |
|
owner--> |
CONTACT_ID (NUMBER) |
|
x |
x |
object |
8 The contact to which the email address belongs. --> Links to specific information for the contact record. |
|
|
|
primaryKey |
PRIMARY_KEY (NUMBER) |
|
x |
|
|
int |
The unique ID of the email address record. |
|
|
type--> |
TYPE_ID (NUMBER) |
Type |
x |
x |
object |
8 The type of the email address. --> Links to definition information for the email address type. |
x |
x |
|
version |
VERSION (NUMBER) |
|
x |
|
|
int |
Indicates how many times the email address was updated. |
|
|