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 1347

DQL support for Regular expressions(RegEx)

The current DQL hits those whose values ​​are exactly matched. I want to specify regular expressions for queries when searching for parts whose values ​​are the same, such as at the beginning and end of a string or in the middle of a string.
over 6 years ago in Domino Designer 0 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...
about 3 years ago in Domino Designer / LotusScript 0 Needs Review

Text string selection by double clicking

Text string is selected by double clicking. For example, in Designer 9.0.1 FP10, when you move and put the cursor on the following text string of "CurrentDatabase" which is a property of NotesDatabase class, and double click it, then "CurrentData...
over 2 years ago in Domino Designer 2 Assessment

XPages Central Custom Control

Can group, find and reusable across database.
over 6 years ago in Domino Designer / XPages 1 No Plans to Implement

Allow Snippets to be added into native Notes elements like Forms and views etc

Snippets cannot be added into a Form or Form event.@formula and JS cannot be added in from a snippet.
over 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Make compare with a great Designer tool

There is a compare function function within package explorer Compare with>>eachother that would be supergood if it had an option for Domino and that would be to be able to have an option to filter out the database specific information from a...
over 2 years ago in Domino Designer 2 Assessment

Add Design Element Search Menu Item

The Search functionality available in the Package Explorer tab in Designer is a great tool to find all the places you have used a design element (e.g., view, agent, form, etc.). But, what would be even better is if in the "Application" tab you cou...
over 3 years ago in Domino Designer 0 Needs Review

Add an @Formula to transpose a list interpreted as a matrix

Lists in formula language are 1-dimensional, but sometimes the data will be interpreted as a matrix (e.g. the elements of a table). An @Formula to transpose the entries of a list by interpreting it as a matrix would be very useful for situations l...
almost 5 years ago in Domino Designer / @Formulas 3 Under Consideration

Add an @Formula to generate a list of consecutive integers

To get a list of consecutive integers in formula language without using an @For loop, you currently have to get creative using predefined lists of digits, the permutation operators and @Subset. It would be handy to have an @Formula that gives you ...
almost 5 years ago in Domino Designer / @Formulas 2 Under Consideration

Add an @Formula for the cumulative sum of a list of numbers

Getting the cumulative sum using an @For loop is easy, but runs into the memory limit for large lists. In addition to its mathematical uses, having access to the cumulative sum would make it easier to work around the 32k field/64k computed text li...
almost 5 years ago in Domino Designer / @Formulas 1 Under Consideration