Synchronize ENOVIA Updates with DesignSync

You can use the sync businessobjectlist command to synchronize one or more business objects in ENOVIA with DesignSync.

This MQL command executes a sync:

sync businessobjectlist BUS_OBJECT_COLLECTION_SPEC vcconnection;

BUS_OBJECT_COLLECTION_SPEC is one of:

set NAME

query NAME

temp set BO_NAME{,BO_NAME}

temp query [TEMP_QUERY_ITEM {TEMP_QUERY_ITEM}]

expand [EXPAND_ITEM {EXPAND_ITEM}]

You can also use these specifications in boolean combinations.

The keyword businessobjectlist can be shortened to buslist.

For example, the following command will synchronize all business objects inside the vault BusinessVault with the DesignSync store associated with the objects:

sync buslist temp query bus * * * vault BusinessVault where "vcfile==TRUE || vcfolder==TRUE" vcconnection;