Message 1 of 20
Inventor 2025 - Vault iLogic checks issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a simple code on several drawings that run the "Update copied properties" command, this code is set trigger on "Before save" event. In Inventor 2022 the drawing would save & checkin properly, but in Inventor 2025 it's impossible to check-in to Vault if the code is set to trigger before save
Dim oControlDef as ControlDefinition = ThisApplication.CommandManager.ControlDefinitions.Item("UpdateCopiedModeliPropertiesCmd") oControlDef.Execute2(True)
Is this a bug? Does anyone have the same issue with this "iLogic checks"?


