Footprints Data Model

Table
Table Name Audit Message Template
Table Definition A template message that is generated from the application with string substitution parameters. Only string variables are supported, because the eventual usage is just string presentation, and localization of the parameters is not supported.

Attribute
Attribute Name Attribute Definition Logical Datatype Is Required
Audit Message Template Id The automatically generated primary key of the audit_msg_tmpl table. LONG Yes
Audit Message Template Key A search key for the Audit Message Template, composed of letters and numbers. VARCHAR(255) Yes
Audit Message Template The template message consisting of text and substitution variables. VARCHAR(4000) Yes