Open a File from Vault with the Vault Client
In the Vault Client, you can specify whether you want to check the file out or not when you open it.
If you check out the file, then you can make edits to it. If you do not check out the file, the file will be read-only.
Perform one of the following actions:
Select a file and then select File > Open.
Right-click a file and then select Open from the context menu.
Note: Vault Client retrieves the latest versions of file dependencies instead of gathering file dependencies based on the file revision.
If the file is in checked-in state, you are prompted to check out the selected file.
Select Yes to check out the file from the vault and open it in the corresponding application
- You are prompted to update properties of the selected file.
- Select Yes to update the properties of the file after checkout. The file can be edited, and properties will be updated. When you finish editing the file, save the changes and check it back into the vault.
- Select No to not update the properties of the file after checkout. The file still can be edited, but the properties will not be updated. When you finish editing the file, save the changes and check it back into the vault.
- You are prompted to update properties of the selected file.
Select No to get the file from the vault and open it in the corresponding application without checking it out. The file will be read-only.
Open Drawing from Vault
Use the Open Drawing command in Vault to open the associated drawing file from the Vault Client.
Select an assembly or a part file.
Right-click and select the Open Drawing command.
- If a single drawing is associated, drawing file is directly opened from Vault.
- If there are multiple drawing files associated, the "Select a File" dialog displays listing the drawings associated to design file.
Has Drawing Property
The "Has Drawing" system property helps to identify whether the object is a drawing or has one or more associated drawings. You can list all objects within a project with missing drawings by searching the "Has Drawing" property. You can also make sure the objects are only released if an associated drawing exists by leveraging the property checkin lifecycle transition.
- True (indicates that the object is a drawing, or has a drawing or an associated drawing file)
- False (indicates that the object has no drawing or an associated drawing file)