Definition of table tran-code
Real World Translation Definitions , Table Dump Name trn-code

Alphabetical Field Summary

  • county-tran: (CHAR) County translation, if any
  • cre-date: (DATE) Date this record was created
  • cre-user-name: (CHAR) Name of user who created this record
  • extern-guid: (CHAR) External Global Unique ID for this record
  • federal-tran: (CHAR) Federal translation, if any
  • local-tran: (CHAR) Local translation, if any
  • other-tran: (CHAR) Other translations, if any
  • primary-key: (INTG) Unique, Primary key for record
  • state-tran: (CHAR) State translation, if any
  • tran-code: (CHAR) Code to translate (i.e. CA, MALE, MARRIED, etc)
  • tran-file: (CHAR) Name of file to translate (i.e. ethnic-code, note-code, etc)
  • upd-date: (DATE) Date this record was last updated
  • upd-user-name: (CHAR) Name of user who last updated this record

    Alphabetical Index Summary

  • extern-guid: extern-guid
  • tran-code: (UNIQUE, PRIMARY) tran-file, tran-code
  • tran-code-2: tran-code, tran-file

    Alphabetical Trigger Summary

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


    Detailed Alphabetical Field Listing
    county-tran Data type: CHARACTER
    Format: x(8)
    Help: County translation, if any

    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

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

    federal-tran Data type: CHARACTER
    Format: x(8)
    Help: Federal translation, if any

    local-tran Data type: CHARACTER
    Format: x(8)
    Help: Local translation, if any

    other-tran Data type: CHARACTER
    Format: x(8)
    Help: Other translations, if any

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

    state-tran Data type: CHARACTER
    Format: x(8)
    Help: State translation, if any

    tran-code Data type: CHARACTER
    Format: x(8)
    Help: Code to translate (i.e. CA, MALE, MARRIED, etc)
    Attributes: Index Component

    tran-file Data type: CHARACTER
    Format: x(16)
    Help: Name of file to translate (i.e. ethnic-code, note-code, etc)
    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