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 1247

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...
8 months ago in Domino Designer / LotusScript 1 Needs Review

Improve JavaScript and HTML rendering support in the classic Notes Client

the Notes Client has JavaScript support for forms and views for many years, but it is outdated and does not provide much API access make JavaScript a real alternative to LotusScript for classic Notes Client development, cross-platform full form ...
over 5 years ago in Domino Designer 1 Assessment

Allow use of ViewNavigator in FT-searched views

Currently, if you use any of the FTSearch* methods on a view, then `ViewNavigator`s you create for the view won't respect the search, instead forcing you to use getAllEntries(). However, that limits the optimizations you can perform and, at the ve...
about 1 year ago in Domino Designer / Views 0 Under Consideration

Add APIs for progress indicators and modal "processing" dialogs in LotusScript

For a good number of years, I've used a LS wrapper class around some C API calls to display a progress bar, which is handy when progress steps are knowable. Ideally, this should be available essentially as-is to display a client-modal (or task-mod...
almost 3 years ago in Domino Designer / LotusScript 2 Under Consideration

Add new LotusScript function to manage Replicator page

(SPR RCAL5VSN5M) There is no LotusScript method for adding a database replica to the desktop (workspace) Replicator page. Typical scenario: You have a script that creates a new replica using the NotesDatabase classes CreateReplica method. You are ...
3 months ago in Domino Designer / LotusScript 2 Needs Review

Correct indentation on "End Select" in Lotus Script

The auto indentation of Lotus Script misplaces an "End Select" line. It would need an additional indent tab to be placed correctly. Please just fix this! Mark Reiser sirius-net GmbH
almost 3 years ago in Domino Designer / LotusScript 1 Under Consideration

Allow programmatic access to all Notes Workspace items (tabs, databases, bookmarks, etc)

This would make it possible to automate management of the workspace.
almost 6 years ago in Domino Designer 2 Assessment

Dynamic height for embedded views

From Les Zatony I wish I could set the height of an embedded view based on a formula. This would allow me to better utilize screen real estate by calculating the height based on the number of entries that exist and could be used to set a max and ...
almost 6 years ago in Domino Designer 3 Under Consideration

Search bar in picklists.

It should be possible to use the search bar in picklists.
almost 6 years ago in Domino Designer 7 Assessment

Get only highlighted text from the Body of the document using LotusScript?

can we get only below yellow highlighted text from the Body of the document? Tried notesRichTextItem . GetFormattedText and notesRichTextItem .UnFormattedText but not useful. Its taking entire text of the body with and without spaces/tabs but not ...
5 months ago in Domino Designer / LotusScript 0 Needs Review