Advanced Revision Table Configuration

Customize how the Vault Revision Table displays data in Inventor and AutoCAD.

Refer to the appropriate section for your Vault release.

Update the Vault Revision Table with Synchronize Properties

There resides a XML config file in the vault installation directory (C:\Program Files\Autodesk\Vault Professional <year>\Explorer\Connectivity.VaultPro.exe.config) which contains the following tag 
<add key="UpdateRevBlockOnSyncProp" value="0"/>
. This tag has the value set at 0 by default. Changing this value to 1 enables the updating of the Vault Revision Table during a user triggered Synchronize Properties operation within the Vault client.

Update the Vault Revision Table on Legacy Inventor Drawings

Update with the Vault client

By default, drawings that are previously saved using an older Inventor install will not be updated by the Vault Revision Table feature within the Vault client.

However you can allow the Vault Revision Table of these Inventor drawings to be updated through tag 
<add key="UpdateRevBlockMigrateLatestINV" value="0"/>
found in the XML config file within the vault installation directory (C:\Program Files\Autodesk\Vault Professional <year>\Explorer\Connectivity.VaultPro.exe.config).

This tag has the value set at 0 by default. Changing this value to 1 enables the updating of the Vault Revision Table and at the same time migrating the file to the latest installed Inventor version during a Vault Revision Table update operation within the Vault client.

Update with the Job Processor

By default, drawings that are previously saved using an older Inventor install will not be updated by the Vault Revision Table feature within the Job Processor application.

However you can allow the Vault Revision Table of these Inventor drawings to be updated through tag 
<add key="UpdateRevBlockMigrateLatestINV" value="0"/>
found in the XML config file within the vault installation directory (C:\Program Files\Autodesk\Vault Professional <year>\Explorer\JobProcessor.exe.config).

This tag has the value set at 0 by default. Changing this value to 1 enables the updating of the Vault Revision Table and at the same time migrating the file to the latest installed Inventor version during a Vault Revision Table update operation within the Job Processor application.