Definition of table error-text
Error message texts go in this file , Table Dump Name err-txt

Alphabetical Field Summary

  • cre-date: (DATE) Date record was created
  • cre-time: (CHAR) Time record was created at
  • cre-user-name: (CHAR) User who created this record
  • error-desc[6]: (CHAR) Extended description of the error message
  • error-group: (CHAR) Error group or classification
  • error-num: (INTG) Error Number
  • error-text[2]: (CHAR) Error Text (max of 2 lines)
  • extern-guid: (CHAR) External Global Unique ID for this record
  • log-error: (LOGC) Yes if error should be logged, No otherwise
  • state-tag: (CHAR) Set to All or the two letter name of the state it's specific
  • upd-date: (DATE) Date record was last updated
  • upd-time: (CHAR) Time record was last updated
  • upd-user-name: (CHAR) User who last updated this record
  • user-name: (CHAR) Login name of user who created this message

    Alphabetical Index Summary

  • error-num: (UNIQUE, PRIMARY) error-num
  • extern-guid: extern-guid

    Tables error-text references

  • audit - The audit trail keeps a history of user activities and any o
  • user-prof - User profile record. Contains miscellaneous information keye


    Detailed Alphabetical Field Listing
    cre-date Data type: DATE
    Format: 99/99/9999
    Help: Date record was created

    cre-time Data type: CHARACTER
    Format: x(8)
    Help: Time record was created at

    cre-user-name Data type: CHARACTER
    Format: x(16)
    Help: User who created this record

    error-desc Data type: CHARACTER (Extent: 6)
    Format: x(70)
    Help: Extended description of the error message

    error-group Data type: CHARACTER
    Format: x(12)
    Help: Error group or classification

    error-num Data type: INTEGER
    Format: zzz9 (Initial Value: 0)
    Help: Error Number
    Attributes: Index Component

    error-text Data type: CHARACTER (Extent: 2)
    Format: x(72)
    Help: Error Text (max of 2 lines)

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

    log-error Data type: LOGICAL
    Format: Yes/No (Initial Value: No)
    Help: Yes if error should be logged, No otherwise

    state-tag Data type: CHARACTER
    Format: x(3) (Initial Value: All)
    Description: Set to All or the two letter name of the state it's specific
    Help: All if for all states (base product) or state specific name

    upd-date Data type: DATE
    Format: 99/99/9999
    Help: Date record was last updated

    upd-time Data type: CHARACTER
    Format: x(8)
    Help: Time record was last updated

    upd-user-name Data type: CHARACTER
    Format: x(16)
    Help: User who last updated this record

    user-name Data type: CHARACTER
    Format: x(16)
    Help: Login name of user who created this message
    Attributes: Mandatory

    Created on 03/01/2019 by DBHTML V1.2