Sync Business Object

The Sync Businessobject command lets you publish newly checked-in files to other locations associated with the business object.

For more information, see Manual Synchronization and Modify Business Object.

sync businessobject BO_NAME [SYNC_ITEM {SYNC_ITEM}];
  • BO_NAME is the OID or Type Name Revision of the business object you want to modify.
  • SYNC_ITEM is the type of modification you want to make. Each is specified in a Modify Businessobject clause, as listed in the following table. You only need to specify the fields to be modified.
    SYNC_ITEM Clause Specifies
    overwriteOnly use if you also specify to to or from clause. Overwrites the files on the specified stores without first comparing the files.
    updateCopies files only to locations that contain a previous version of the file.
    commit NControls how many objects or connections are processed before committing the transaction.
    from [store | location NAME {,NAME}The store or location from which the files will be replicated to other locations. If you do not also include the to clause, all locations will be updated.
    to [store | location NAME {,NAME}When not syncing files to all stores, the to clause lets you sync to a specific store or location.
    format FORMAT_NAMEDefines the format of the files to be synced. Only one format can be passed as a filter argument at a time.
    vcconnectionDefines the DesignSync File Access connection to synchronize.