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 Shipped
Workspace Domino Designer
Created by Guest
Created on Aug 31, 2018

Creating empty NotesDocumentCollection

Sometimes you need to add documents to an initially empty collection. There should be a method to create a new and empty NotesDocumentCollection, let's say in NotesDatabase class.

  • Attach files
  • Guest
    Reply
    |
    Sep 3, 2018

    Yes, the method exists, let's hope they make it official :)

  • Guest
    Reply
    |
    Sep 1, 2018

    NotesDatabase.CreateDocumentCollection works - but is undocumented. Please include in documentation :-)

  • Guest
    Reply
    |
    Aug 31, 2018

    This already exists:

    Dim MyCol As NotesDocumentCollection
    Set MyCol = db.CreateDocumentCollection()

    https://www.openntf.org/Projects/codebin/codebin.nsf/CodeByDate/3297F7585F816C44862575250016C768