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

Domino Designer

Showing 1358

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

Support the automatically created LS SUB by using given LS templates

Hi there, in the designer if you create a new Design element the LS SUBs for i.e. Initialize and Terminate do not(!) make use of the SUB template defined in the Designer Code & comment templates Please support those template also for automtica...
over 1 year ago in Domino Designer / LotusScript 0 Under Consideration

Better syntax for Domino Query Language

Doing some tests with Domino Query Language at the moment. The language syntax is far from intuitive sometimes. Some examples: form = 'MProcessus' and (Active = 'TRUE' or Version = 0) is a correct query and delivers, Similar queries do...
about 6 years ago in Domino Designer 2 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

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

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...
about 6 years ago in Domino Designer / LotusScript 0 Under Consideration

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

Be able to lock/(set in read-mode) an designelement in Domino Designer

Sometimes when editing design elements in Domino Designer with many tabs open, it can be hard to track where changes were made, and you might end up making changes in the wrong place. It would be helpful to have the option to lock or set a tab to ...
9 months ago in Domino Designer 1 Needs Review

Be able to set working set depending on profile

If I switch the in the notes client profile it would be good if I also could set the default working set in designer related to this profile.
over 1 year ago in Domino Designer 0 Needs Review

Notes View - programmable single click events for each column rather than just the whole row.

Other than in view editing a Notes View in the Notes Client allows only double click of the whole row to fire events assocated with opening a document, ie. queryopen, postopen. It would be a major improvement to allow not only the opening of docum...
almost 5 years ago in Domino Designer 2 Under Consideration