History for DesignSync File Access

For all vcfile, vcfolder, vcmodule operations, history is recorded in the 3DSpace database.

The records include the vcconnection index. Therefore, the actions on a particular vcconnection can be followed throughout the lifetime of the business object to which it is connected. The history records do not distinguish between vcfile, vcfolder, or vcmodule connections.

The following MQL statement returns the history for a vcconnection:

print bus TNR select history.vcconnection;

The history records for a vcconnection index are:

vc connect

vc modify connection

vc delete connection

vc remove current version

vc remove file

vc add tag

vc remove tag

vc lock

vc lock

vc copy to store

vc checkin

vc checkout

Example:

In addition to the vcconnection index, the history records provide the following information:

vc connect

store, path, specifier, format, description

vc modify connection

store, path, specifier, format, description

vc add tag

tag added

vc remove tag

tag removed

vc copy to store

store copied to

The specifier output for a vcfolder connection is the configuration name. For a vcfile or vcmodule connection, the output is the value provided in the VERSION string. For information on how to specify the VERSION, see Specify Version.