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

My ideas: Domino Designer

Showing 255

Add namespace property to (Notes)DominoQuery class

When working with DQL, best practice is to create/update/remove indexes programmatically using their according methods. To avoid conflicts with existing views of the same name, all indexes created should have a prefix. This can be achieved by usin...
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

please extend the NotesDocumentCollection class with a ".Search" method, in addition to the ".FTSearch" method

it is a great way to search a NotesDocumentCollection with ".FTSearch". With a ".Search" we could narrow down the search in the collection more precisely. And the same for a NotesViewEntryCollection - please ;)
about 3 years ago in Domino Designer / LotusScript 0 Needs Review

possibility of displaying a help line for actions onMouseOver

insert the possibility of displaying a help line for actions even when only show icon in action bar is not selected
about 3 years ago in Domino Designer / Views 0 Needs Review

ability to programmatically navigate to a document in a view

I want to have the option to highlight a document in a view when I open the view e.g. in the postopen event I can use the document unid that I have set as environment property. the idea is to toggle between views but keep focus on a choosen / high...
6 months ago in Domino Designer / LotusScript 1 Needs Review

"GetDocumentByKey" is giving search result as a document with column values having new line in it.

The syntax for "GetDocumentByKey" is --> Set notesDocument = notesView .GetDocumentByKey( keyArray [, exactMatch% ] ) Return value is --> A NotesDocument. The first document in the view whose column values match each of the values in the key...
9 months ago in Domino Designer / LotusScript 0 Needs Review

Improve "Automatically Add 'Option Declare '"

It just doesn't work right, this option, especially when I have to update an older form that didn't have the Option Declare in it. The code in a button on the form contained a non-declared variable. Customer not happy, me not happy. I don't even w...
over 1 year ago in Domino Designer / LotusScript 2 Needs Review

New field type "Source code"

In some cases it is useful to store lotusscript in a text-/richtextfield in a notes document. This source code then is used to execute from a compiled script. This generally works fine. It would be very helpful if a new field type "Source code" (o...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

Allow Designer, in command line mode, to auto-select between "Use NSF Version" or "Use On-Disk Project Version" in Sync Conflict

When using Designer client in userless mode to build Domino Applications from "ondisk" projects (using Jenkins, Ant, Git, ...etc) , Following these articles.. https://help.hcltechsw.com/dom_designer/11.0.0/xpage_user_guide/builds/wpd_srcctrl_headl...
almost 2 years ago in Domino Designer 0 Needs Review

Provide Option "Prohibit design refresh or replace to modify" for "Application Properties" in Domino Designer

Currently, option "Prohibit design refresh or replace to modify" is available for various design elements like "Forms", "Views" , "Pages", "Agents" etc. However, this option is not available for "Application Properties". As such, if some changes...
almost 2 years ago in Domino Designer / Views 0 Needs Review

Allow user to hide or show specific columns in a view

I'd like to add columns to a view that are invisible at first, but the user can make them visible, by right-clicking a column header and selecting visible columns. Just an example: in the catalog.nsf database, there is a field DbSize that I'd like...
almost 2 years ago in Domino Designer / Views 2 Needs Review