Definition of table emp-contact
Employee Contacts
, Table Dump Name emp-cont
Alphabetical Field Summary
contact-code: (CHAR) Code describing this employee contact
contact-comment: (CHAR) Any comments about this contact
contact-name: (CHAR) Name of this contact
contact-phone: (CHAR) Contacts Phone #
cre-date: (DATE) Date this record was created
cre-user-name: (CHAR) Name of user who created this record
emp-seq: (INTG) Employee's Unique Sequence #
extern-guid: (CHAR) External Global Unique ID for this record
primary-key: (INTG) Unique, Primary key for record
relate-code: (CHAR) Relationship of this contact to the employee
upd-date: (DATE) Date this record was last updated
upd-user-name: (CHAR) Name of user who last updated this record
Alphabetical Index Summary
contact-code: contact-code
emp-contact: (PRIMARY) emp-seq, contact-code, contact-name
extern-guid: extern-guid
relate-code: relate-code
Alphabetical Trigger Summary
CREATE: Overridable, Procedure is tr-c-eco.p
DELETE: Overridable, Procedure is tr-d-eco.p
REPLICATION-CREATE: Procedure is rp-c-eco.p
REPLICATION-DELETE: Procedure is rp-d-eco.p
REPLICATION-WRITE: Procedure is rp-u-eco.p
WRITE: Overridable, Procedure is tr-u-eco.p
Tables emp-contact references
contact-code - Contact Code definitions
emp-dc - (no description available)
emp-demo - Employee Demographic Entry
emp-mpsers - (no description available)
emp-tdp - Employee DTL3 record
relate-code - Describes relationships between other persons and the employ
Detailed Alphabetical Field Listing
contact-code Data type: CHARACTER
Format: x(8)
Help: Code describing this employee contact
Attributes: Index Component
contact-comment Data type: CHARACTER
Format: x(40)
Help: Any comments about this contact
contact-name Data type: CHARACTER
Format: x(30)
Help: Name of this contact
Attributes: Index Component
contact-phone Data type: CHARACTER
Format: (xxx) 999-9999 ~xxxxx
Help: Contacts Phone #
cre-date Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date this record was created
cre-user-name Data type: CHARACTER
Format: x(16)
Help: Name of user who created this record
Attributes: Mandatory
emp-seq Data type: INTEGER
Format: zzzzzzzz9
Description: Employee's Unique Sequence #
Attributes: Index Component
extern-guid Data type: CHARACTER
Format: x(32)
Description: External Global Unique ID for this record
Attributes: Index Component
primary-key Data type: INTEGER
Format: zzzzzzzzz9
Help: Unique, Primary key for record
relate-code Data type: CHARACTER
Format: x(8)
Help: Relationship of this contact to the employee
Attributes: Index Component
upd-date Data type: DATE
Format: 99/99/9999 (Initial Value: TODAY)
Description: Date this record was last updated
upd-user-name Data type: CHARACTER
Format: x(16)
Description: Name of user who last updated this record
Created on 12/28/2020 by DBHTML V1.2