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 Under Consideration
Workspace Domino Designer
Categories Java
Created by Guest
Created on Mar 26, 2019

Function that returns a collection of documents I may read within the database

A function that simply returns me all documents I may read in the database. so I do not need to apply a form or field or anything.   

  • Attach files
  • Guest
    Reply
    |
    Mar 4, 2021

    What a weird idea?!

    Set notesDocumentCollection = notesDatabase.AllDocuments()

  • Guest
    Reply
    |
    Mar 28, 2019

    I think that's available today -- unless I don't understand your point.

    NotesDatabase.Search("@All", Nothing, 0) => returns a NotesDocumentCollection of all documents the current user has [at least] Reader access to.