Message 1 of 6
Ilogic Rule to delete iproperties fields, during file "save as"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi Everyone.
I need help with an ilogic rule and/or trigger.
When performing a inventor file (assembly / part) "SAVE AS", I want to delete exisitng values on the following iproperties fields:
iProperties.Value("Summary", "Title") = "" iProperties.Value("Summary", "Subject") = "" iProperties.Value("Summary", "Author") = ""
I only want to do this operation in case I perform a "SAVE AS" operation. That must be the trigger.
Explaining the reason for this need:
When performing a "SAVE AS" of a part, with the intent to change it, it's usual to forget to update the fields mentioned above, and this causes errors on the part-lists I used. If the values are deleted, the mistake is easily detected.
Can anynone help me to get this specific rule and/or trigger event?