Message 1 of 3
Vault "Title" in inventor browser name"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
How do I get Inventor to show the "title" from vault in the Inventor browser?
I have tried the iLogic rule from here but I only get error message:
Solved: Re: Part Description in Assembly Browser - Autodesk Community - Inventor
'create reference to part
openDoc = ThisApplication.ActiveDocument
'format display name
openDoc.DisplayName = iProperties.Value("Project", "Part Number") & " (" & iProperties.Value("Project", "Description") & ")"
openDoc.Rebuild
'update
iLogicVb.UpdateWhenDone = True
Show this title...
...here