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 Needs Review
Workspace Notes
Created by Guest
Created on May 18, 2020

To store Identifier Notes URL value present in "Document Properties" to some fields

The "Identifier" has a Notes URL value stored in "+" tab in "Document Properties" box.
Can this value be stored in some internal fields by default once the document has been successfully created.

  • Attach files
  • Guest
    Reply
    |
    May 18, 2020

    you can also get the URL in LotusScript:

    notesDocument .NotesURL

  • Guest
    Reply
    |
    May 18, 2020

    The Notes URL is not a document property, but a document property in the database on the server. When the path to the database or server changes, this field would have to change.

    Instead, use a simple formula, e.g.

    "notes://" + @If(@DbName[1] != ""; @Name([CN]; @DbName[1]); "") + "/" + @WebDbName + "/0/" + @Text(@DocumentUniqueID) + "?OpenDocument"