For information on two-part checkin, see "Two-Part Checkins" in the FCS Guide. The following diagram illustrates two-part checkin of a DesignSync file: When checking in files to a DesignSync store, check and action triggers are supported. Macros available to these triggers include VCINDEX, which contains the index number of the vcconnection (the connection associating the business object to the DesignSync file). The index number provides all other information about the connection including the format and filename. Therefore, the checkin event macros FORMAT and FILENAME are not available in this case. The following information is required to check in a vcfile:
All vcfiles that get checked in get an auto-generated CHECK_IN tag. This tag is returned to the FCS and to the MCS via the receipt. When you check out a vcfile, it is locked by the DesignSync server. If other users try to check out the file, they are displayed a warning. The business object connected to the file remains unlocked. For information on how to write a client that performs two part checkin of a vcfile, see Write Two-Part Checkin of Vcfile and Vcfolder. |