Definition of table contact-code
Contact Code definitions , Table Dump Name con-code

Alphabetical Field Summary

  • contact-code: (CHAR) A short name describing a kind of employee contact
  • cre-date: (DATE) Date this record was created
  • cre-user-name: (CHAR) Name of user who created this record
  • description: (CHAR) A brief description of the contact
  • extern-guid: (CHAR) External Global Unique ID for this record
  • max-contacts: (INTG) Maximum number of this type of contact per employee
  • primary-key: (INTG) Unique, Primary key for record
  • relate-code: (CHAR) Typical relationship for this contact code
  • 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: (UNIQUE, PRIMARY) contact-code
  • description: description
  • extern-guid: extern-guid
  • relate-code: relate-code

    Alphabetical Trigger Summary

  • CREATE: Overridable, Procedure is tr-c-con.p
  • DELETE: Overridable, Procedure is tr-d-con.p
  • REPLICATION-CREATE: Procedure is rp-c-con.p
  • REPLICATION-DELETE: Procedure is rp-d-con.p
  • REPLICATION-WRITE: Procedure is rp-u-con.p
  • WRITE: Overridable, Procedure is tr-u-con.p

    Other tables who reference contact-code

  • emp-contact - Employee Contacts

    Tables contact-code references

  • relate-code - Describes relationships between other persons and the employ


    Detailed Alphabetical Field Listing
    contact-code Data type: CHARACTER
    Format: x(8)
    Help: A short name describing a kind of employee contact
    Attributes: Index Component

    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

    description Data type: CHARACTER
    Format: x(28)
    Help: A brief description of the contact
    Attributes: Index Component

    extern-guid Data type: CHARACTER
    Format: x(32)
    Description: External Global Unique ID for this record
    Attributes: Index Component

    max-contacts Data type: INTEGER
    Format: zz9 (Initial Value: 999)
    Help: Maximum number of this type of contact per employee

    primary-key Data type: INTEGER
    Format: zzzzzzzzz9
    Help: Unique, Primary key for record

    relate-code Data type: CHARACTER
    Format: x(8)
    Help: Typical relationship for this contact code
    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