Message 1 of 33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone.
I would like to change some values in a document when it is saved as new file, either with Save As or Save&Replace. Let's say, I have an assembly named 12345-00-000-00 it is checked into vault and is read-only. I then save it as new file named 54321-00-000-00 to create a new product. After it saves it as a new file, I would like to automatically (without pressing any other button or running a rule manually other than Save As or Save&Replace) change the Author and Designer to current User:
ThisApplication.ActiveDocument.PropertySets.Item("Inventor Summary Information").Item("Author").Value = ThisApplication.GeneralOptions.UserName
Does anyone know how one would get this to work?
Best regards,
Nejc
Solved! Go to Solution.