Customizing the metamodel : Keywords for USRPROPS : CHECKOUT
  
CHECKOUT
Displays information concerning the checking out of an object, such as the AUDIT ID of who checked it out, or the DATE or TIME that it was checked out. The displayed fields are always READONLY. Values are automatically 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 }
}
Search on Access Control in the on-line help for more information on checking objects in and out.