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 1351 of 8767

Always enter the Tab label and caption

When you choose to switch rows programmatically, you can only change the "Tab label and caption" if you select the option to "always show tabs so user can pick the row". 99% of my development, I leave this option off, but I will name the tab label...
over 2 years ago in Domino Designer 1 Under Consideration

Extend the functionality of xpages as a theme, custom control, web dav, file managment and...

Integrate in the designer a new version of the theme with mobile support (Oneui v4 like bootstrap) New custom control for a ready integration with cloud services and built in advanced features Add a custom control for calendar views Finalize...
about 7 years ago in Domino Designer / XPages 0 Under Consideration

Parameter for view.getDocumentBykey specifying the sort column of the view.

The View class getDocumentBykey searches within the first sort column of the view. For this reason, getDocumentBykey requires a separate view for each sort column. if one view has two sort columns, we want to specify the second sort column.
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

Add SetColorForCell method for NotesRichTextTable object

Now we can use only Main Color and Alternate Color for all NotesRichTextTable
about 7 years ago in Domino Designer / LotusScript 0 Under Consideration

Error handling: try.. catch java-style error handling in Lotusscript

Even javascript has this! java/javascript is like this: try { some lines of code... some code that erros } catch(error) { deal with error } With new Try Catch End Try block, Lotusscript could be .. Try Do this Do that Do another Catch <...
about 7 years ago in Domino Designer / LotusScript 2 Under Consideration

Add @usercanedit

Really useful for hidewhens on buttons, text, etc.
about 7 years ago in Domino Designer / @Formulas 3 Under Consideration

Flicker-Free / Bouncing-Free Interface --- PLEASE!!!

When working with Domino Designer it takes a whole era to open an application when there are multiple entries in the list of applications. Also when I open or close an application this results in a permanent flickering and erratic behaviour of the...
about 7 years ago in Domino Designer 3 Under Consideration

Add "force update" option to @GetProfileField / profile documents

Profile documents are a great way to store basic configurations or even user based configurations for an application. The documents seem to be cached for better performance. This is also great. But this is also sometimes an issue. When you make a ...
about 7 years ago in Domino Designer 1 Under Consideration

add @formula to work with categories

It would be very helpful, if we can work with categories in a view. For excample: customize the category colour, some additional values and so on. And it would be very nice, if we can get the category item to work with, like @GetColumnCategories(...
about 5 years ago in Domino Designer / Views 0 Assessment

Correct the DialogBox method error message when indicated form doesn't exits

When you use the "Dialogbox" method in Lotusscript, one of the required parameters is the Form that you want to use as Dialog. If this form does not exists in the aplication, the error message is something like "DialogBox cannot be used in this co...
almost 3 years ago in Domino Designer / LotusScript 1 Needs Review