You can map properties to a user-defined property (UDP) so that values from the primary file, such as a file property, are written to the subordinate UDP.
Mapping priority determines the order in which properties are written to a vault object. If more than one property writes to a particular object, the highest ranking property takes precedence.
There are two ways in which a file property is added to the vault:
On the new (or existing) Property dialog, select the Mapping tab.
Click in the (Click here to add a new mapping) field beneath the Entity column.
Entity: Select what you want to map this property to/from - File or Item. You may have multiple mappings on a property so you can map to both files and items, but they must be mapped separately.
Provider: Displays a list of available options for the selected Entity type. These can be CAD files such as AutoCAD or Inventor drawings and models, Office Documents, PDF files, etc.
File Property: File property options depend on the Entity type. If the Entity type is File, you will be able to select a file property either from your file system or from the Vault. If the Entity type is Item, your will be only able to map to a file that exists in the Vault.
Click in the field under File Property and then click Import Properties.
Select whether you want to import properties from the vault or from a source file.
On the Select File dialog, locate the file from which you want to import. Click Open.
The Import Properties list is automatically updated with the properties available for import from the specified source.
Click OK to save the imported property list and create the mapping.
Click the Clear Properties list icon at any time to remove all imported properties.
Type: It is based on the property selected (depends on the type of data associated with the File Property, such as Text, Date, Number etc.)
Classification: Indicates whether the File Property is a Standard Property or a Custom Property.
Mapping: Informs the Vault how to push/pull the data being shared between the Vault Property and the File Property. It can be:
Create: Determines whether the Vault will create the property on the file if it doesn't exist. If your mapping direction is File to Vault, this option is set to No, as properties in the Vault cannot be created in this manner.
For AutoCAD block attributes, the Create option has only "No" value available.
On the Mappings tab, click OK to commit all changes and return to the Edit Property dialog box.
Properties at the top of the list take precedence over those lower on the list. You can reorganize the list using the Move Up and Move Down arrow icons on the Mapping tab.
Customize how to synchronize mapped properties for Inventor drawings from Vault Client to Inventor.
By default, the drawings are updated using the Inventor Server which means if you want to update the document, you need to open it in Inventor. You can also update Inventor drawings through tag
<add key="UpdateDrawingDocINV" value="1"/>
found in the XML config file within the vault installation directory (C:\Program Files\Autodesk\Vault Professional <year>\Explorer\Connectivity.VaultPro.exe.config). However, when using this tag, you may observe that the synchronization performance slows.
If you want to update old version Inventor drawings you also need to set UpdateRevBlockMigrateLatestINV to "True".