Message 1 of 10
ilogic Rename Browser Name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Guys
i have a little problem
i am using a small ilogic rule to rename the browser title of every part or assembly
'Funktion des iTriggerknopfes aktivieren trigger = iTrigger0 'Displayname ändern strText = iProperties.Value("Project", "Part Number") & "-" & iProperties.Value("Summary", "Title") 'Mshbox, damit gewartet wird 'MsgBox ("Warte auf OK!") 'Prüfen, ob Displayname überschrieben wurde If ThisDoc.Document.DisplayNameOverridden = True Then MsgBox ("Displayname überschrieben:" & ThisDoc.Document.DisplayName) End If
It works perfect with part and assembly, but not with a sheet metal part - the message box shows the right value but in the browser its still the old name. Is there something special with the sheet metal part related to the normal volume parts???
Thx for your support!!
Cheers
Tom