Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Community
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Allow "Do not show this message again" with Save on Close for API use

Allow "Do not show this message again" with Save on Close for API use

It would be nice to be able to at least programmatically always Save on Close without the prompt so the check-in dialog will appear after the save(which the prompts can already be hidden).

Snag_a946b703.png

 

 

Document.Save()

 

doesn't always catch everything and when 

 

Inventor.CommandManager.ControlDefinitions["VaultCheckinTop"].Execute2(true)

 

is called it will throw this error

Snag_a94c03c3.png

 

I have never had an issue with this check-in error when I save the document via the Save on Close dialog. I would like to be able to do that programmatically without having to simulate an ENTER key press in my code: See this forum post 

2 Comments
filat
Advisor

The option to turn off the request has existed for a long time:

m_inventorApplication.SilentOperation = True

...Save

m_inventorApplication.SilentOperation = False

mfoster9TD82
Advocate

@filat, that works until I need to check something into the vault, it won't silently save and check-in on close

Can't find what you're looking for? Ask the community or share your knowledge.

Submit Idea  

Autodesk Design & Make Report