Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
> What is the baseline that it would compare changes against?
NotesDocument.IsChanged(bFromDisk)
bFromDisk = False - with version which you were opened (should be able to reset as written above);
bFromDisk = True - with actual on-disk version.
Should be possible to reset this with code. I.e. regard the current content as unchanged
but maybe we should know as well, if the document has been saved successfully?
this would be fine to use in QueryClose event. Should be as well available as an @Formula
The on-disk version which you were opened.
What is the baseline that it would compare changes against?