Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
AlexFielder
in reply to: Owner2229

Hmmm, you're correct; Vault isn't the cause here.

 

What is happening is that the file is attempting to save without having a filename to save to.

 

Firing the built-in command forces Inventor to check if the file has been saved and (because it hasn't as its a new file) the correct prompts appear.

 

I guess a way around this in future is to either use the non-iLogic version as suggested already or check for whether the activedocument has a fullfilename; normally a clear sign it has in fact been saved.

 

TL;DR: Not a bug, but a limitation of the document.save() command inside iLogic.