Customizing the metamodel > Keywords for USRPROPS > CHECKOUT
  
CHECKOUT
The CHECKOUT command displays information about the checking out of an object, such as the AUDITID of who checked it out, or the DATE or TIME that it was checked out. The displayed fields are read‑only. Values are kept track of by System Architect, but in order to view the values in a dialog, you must add properties with the following respective characteristics:
CHECKOUT Auditid
CHECKOUT Date
CHECKOUT Time
Example
DIAGRAM "Data Flow Gane & Sarson"
{
PROPERTY "Checked out by" { CHECKOUT AUDITID }
PROPERTY "CheckOut Date" { CHECKOUT DATE }
PROPERTY "CheckOut Time" { CHECKOUT TIME }
}
For more information on checking objects in and out, search for “access control” in the online help
See also
FREEZE
Keywords for USRPROPS