Customizing the metamodel > Keywords for USRPROPS > AUDITID
  
AUDITID
The AUDITID 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 AUDIT, FREEZE AUDITID, INITIAL AUDITID, and UPDATE AUDITID each have special meanings.
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.
Examples
DIAGRAM "Data Flow Gane & Sarson"
{
PROPERTY "Frozen by"
{ FREEZE AUDITID }
}
DEFINITION "X"
{ PROPERTY "Current Owner Name"
{ EDIT Text CHECKOUT AUDITID LENGTH 12 READONLY }
}
Other uses for the Audit Id can be found in any definition.
See also
Keywords for USRPROPS