Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm using the next Ilogic rule in a part.
'Title instead Of autorename Dim oDoc As Document = ThisApplication.ActiveDocument oDoc.DisplayName = iProperties.Value("Project", "Part Number") & "/"& iProperties.Value("Project", "REVISION NUMBER") & " - " & iProperties.Value("Project", "Description") iProperties.Value("Summary", "Title") = iProperties.Value("Project", "Part Number") & "/"& iProperties.Value("Project", "REVISION NUMBER") & " - " & iProperties.Value("Project", "Description")
The problem is that he also renames the displayname of the Assembly where this part is in. Can anybody help me to solve this problem? He must only use this Rule in the part. The assembly must run the same rule but with the properties of the assembly.
Solved! Go to Solution.