Vault Custom Properties Not Updating After Mapping to Inventor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I created a part in Inventor and checked it into Vault. I then added five custom properties within Vault. To update the values of these properties, I developed a custom Vault program that checks out the part, modifies the properties, and checks it back in. This process successfully updated all five properties.
Later, I mapped two of these Vault properties to corresponding Inventor properties. After the mapping, I created a new part, checked it into Vault, and ran the same customization program. However, only the remaining three unmapped properties were updated. The two mapped properties did not reflect the changes.
Upon reviewing the documentation, I found that mapped properties are marked as read-only and cannot be updated programmatically. I’m now looking for a way to update these mapped properties. Is there a recommended approach or workaround to achieve this?