Customizing the metamodel : Keywords for USRPROPS : AUDITID
  
AUDITID
This keyword represents the characters entered in the Audit Id dialog when you sign on to System Architect. AUDITID is an allowable keyword type which indicates that a property contains the user’s Audit ID. CHECKOUT AUDITID, FREEZE AUDITID, INITIAL AUDITID, and UPDATE AUDITID each have special meanings. Refer to each of these keywords, listed separately in this table, for more information.
INITIAL AUDITID (provided in a field called “Initial Audit”) and UPDATE AUDITID (provided in a field called “Last Change Audit”) are automatically included in the Access Data tab of every definition.
Example
DIAGRAM "Data Flow Gane & Sarson"
{
PROPERTY "Frozen by"
{ FREEZE AUDITID }
Other uses for the Audit Id might be found in any definition.
Example
DEFINITION "X"
{
PROPERTY "Current Owner Name"
{ EDIT Text CHECKOUT AUDITID LENGTH 12 READONLY }
}