I'm trying to save what an author chooses in the "Save Changes to File" dialog that pops up when the editor is closed and detects the document is modified.
In the past, I've seen code where this dialog is just aliased with a custom "response" ACL command, but is there any way to simply capture the choice the user makes into a variable so I can later determine if I need to call a program when the editor shuts down that will let my Content Management System (a custom integration) know if a file was changed, or if it can simply unlock the material? (We have a program that does this, but I've discovered that our current ACL code isn't doing what we need in the event of an abnormal termination of the editor, so it looks safer to assume changes unless the author has explicitly discarded them). Thanks!