EN
Español
English
Português
    AFLS_ERROR_MESSAGES

    Table that stores error messages

    Data model

    Fields

    Field Type Description
    error_active* BIT Error message status
    error_description* NVARCHAR (500) Description of the error message
    error_id* SMALLINT Unique identifier of the table
    error_name* VARCHAR (50) Error Message Name
    error_resource* VARCHAR (255) Error Message Resource to Display
    type_id* TINYINT Generated error type identifier

    Primary Key

    PK_AFLS_ERROR_MESSAGES
    error_id

    References

    Column Referenced Table Referenced column Name
    type_id* dbo.AFLS_ERROR_TYPE type_id FK01_AFLS_ERROR_MESSAGES