Customizing the metamodel > Keywords for USRPROPS > FREEZE
  
FREEZE
The FREEZE keyword displays information about the freezing of an object, such as the AUDIT ID of who froze it, or the DATE or TIME of freezing. The displayed fields are always read‑only. Values tracked by System Architect, but in order to view the values in a dialog, you must add properties with the following respective characteristics:
FREEZE Auditid
FREEZE Date
FREEZE Time
Example
DIAGRAM "Data Flow Gane & Sarson"
{
PROPERTY "Frozen by" { FREEZE Auditid }
PROPERTY "Freeze Date" { FREEZE Date }
PROPERTY "Freeze Time" { FREEZE Time }
}
For more information on freezing objects, search for “access control” in the online help.
See also
Check out, Check in, Freeze
Keywords for USRPROPS