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. You are prompted to check out the selected file.
Note: Vault Client retrieves the latest versions of file dependencies instead of gathering file dependencies based on the file revision.
Select one of the following options:
- Select Yes to check out the file from the vault and open it in the corresponding application. The file can be edited. When you are done editing the file, save the changes and check it back into the vault.
- 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)