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 916 of 8858

Add new Methods to NotesUIDatabase and NotesUIFrameSet

Need way to manipulate View->Search this View programmatically. Many users suffer from unfriendly search syntax, for example so find "Lamborgini" user expect to search for "Lambo" and will get no results, while Notes expects "Lambo*" with aster...
about 6 years ago in Domino Designer / LotusScript 2 Under Consideration

Leap feature with mobile control or mobile api

Leap should have a lot of mobile control or more integrate mobile api in android os, ios ex Camera control, GPS, Bar code scanner, Barcode generator, Digital signature, map, check-in, check-out,.keep latitude, longitude, Star vote. You
about 6 years ago in Leap 0 No Plans to Implement

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

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

Make comment on all design element Read Writable using Lotusscript

The comment field on each designelement should be writable using Lotusscript and perhaps Java when doing design element automation I.e creaing views or enable disable agents that is scheduled in applications it would be good to be able to read and...
9 months 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

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

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