Skip to Main Content
HCL Domino Ideas Portal

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

Status No Plans to Implement
Workspace Domino Designer
Created by Guest
Created on Jul 17, 2018

NotesDocument.IsChanged

A new NotesDocument property which shows if the document was changed. Return value: list of changed items. (only user items! so, except, updatedBy, LastModified, $Ref.....)

  • Attach files
  • Guest
    Reply
    |
    Feb 7, 2019

    > 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.

  • Guest
    Reply
    |
    Oct 16, 2018

    Should be possible to reset this with code. I.e. regard the current content as unchanged

  • Guest
    Reply
    |
    Aug 24, 2018

    but maybe we should know as well, if the document has been saved successfully?

  • Guest
    Reply
    |
    Aug 24, 2018

    this would be fine to use in QueryClose event. Should be as well available as an @Formula

  • Guest
    Reply
    |
    Aug 24, 2018

    The on-disk version which you were opened.

  • Admin
    Thomas Hampel
    Reply
    |
    Aug 24, 2018

    What is the baseline that it would compare changes against?