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

ADD A NEW IDEA

Clear

Ideas

Showing 878 of 8857

NotesEmbeddedObject add last modified property

Add a LastModified property to the NotesEmbeddedObject property. This will be useful for when you need to detect if a user has changed an attachment. The only other method of doing this is checking the name and file size haven't changed. The attac...
over 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Ability to upload attached files from Domino Volt to an external source.

My understanding is Domino Volt does not have a mechanism for uploading attached files from Domino Volt to an external source.That mechaneism is needed on Domino volt service and/or JavaScript using XMLHttpRequest or so. Use case:Domino volt provi...
about 4 years ago in Leap 0 Future Consideration

Allow add to item array of objects "NotesDateTime"

I want that code below will work correctly and in NotesDocument will store array of dates Dim ws As New NotesUIWorkspace, uidoc As NotesUIDocument, cdoc As NotesDocument Set uidoc = ws.Currentdocument Set cdoc = uidoc.Document Dim ndt1 As New No...
almost 5 years ago in Domino Designer / LotusScript 4 Under Consideration

Adding Close and isOpen into NotesDatabase Class

When working with NotesDatabase objects it would be good to have the option to check if a database is open on the server using a isopen command and also be able to tell the server to close a certain database.
9 months ago in Domino Designer / LotusScript 2 Needs Clarification

Correction in Documentation for NotesQueryResultsProcessor is needed badly!

Online documentation list a method Set QRP = NotesDatabase.GetQueryResultsProcessor where it is Set QRP = NotesDatabase.CreateQueryResultsProcessor Offline documentation doesn't list that method at all under NotesDatabase... Same applies to Java d...
over 3 years ago in Domino Designer / LotusScript 0 Needs Review

Enhance items - Name picker

Please add additinal properties to name picker item in order to: search within a given OU only (or list of OUs) search within a given group (or list of groups) allow to switch from names.nsf to another directory used for Domino directory assistanc...
almost 3 years ago in Leap 1 Needs Review

Allow multiple operands for formulas

The current implementation of formulas allow only two operands. However, in real apps we often need to sum 3,4 or even more items which lead to creation of auxiliary BO items to store intermediate results. On Settings page it is possible to someho...
almost 3 years ago in Leap 1 Needs Review

Enhance items - Date

Please add additional properties to Date item to allow select date only in the future only in past only current date (in combination with the above) start of months only end of month only selected weekdays Such constrains are quite often in forms ...
almost 3 years ago in Leap 1 Needs Review

Identify which replica a document was created in

If there a database has multiple replicas, it is impractical to compare the @created and the @addedinthisfile timestamps to determine if a document was created in a specific replica. Is it possible to either a) add a lotusscript method to notesdoc...
over 1 year ago in Domino Designer / LotusScript 4 No Plans to Implement

Allow to close messagebox automatically after a certain amount of time

I want to close messagebox dialog automatically after a certain amount of time by using LotusScript. Please consider adding an option to specify the timeout value.
about 2 years ago in Domino Designer / LotusScript 1 Needs Review