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 1300

Add SetColorForCell method for NotesRichTextTable object

Now we can use only Main Color and Alternate Color for all NotesRichTextTable
over 6 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 <...
over 6 years ago in Domino Designer / LotusScript 2 Under Consideration

Add @usercanedit

Really useful for hidewhens on buttons, text, etc.
over 6 years ago in Domino Designer / @Formulas 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 ...
over 6 years ago in Domino Designer 1 Under Consideration

Cannot specify image resource in formula language

An image resource can be specified in the outline entry.Image resources other than the current database can also be selected.However, when selecting an image resource using the formula language, only the image resource of the current database can ...
about 5 years ago in Domino Designer / @Formulas 3 Under Consideration

Remove User Roles Limit

When I use roles to control permissions on some application menus and features.The role limitation is a maximum of 75 roles. It is not enough for some applications. Please remove this limitation.
over 1 year ago in Domino Designer / @Formulas 1 Needs Clarification

Use grid and flex for tables in standard controls instead of the table tags.

With CSS grid and flex, there is much more flexibility, and there are many other advantages.
about 5 years ago in Domino Designer / XPages 0 Under Consideration

Refresh a document from an embedded view

When I make an emmbedded and I put in the code Dim ws as new notesuiworkspace set uidoc=ws.currentdocument call uidoc.refresh() The system crush and error lotus notes. In version 10 i've this error. Resolve this error.
almost 4 years ago in Domino Designer / Views 1 Needs Clarification

Explain the values 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form

To avoid confusion it may help to explain via REM statement the values represents 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form (see attached file). Currently, these are the values represents in WebRetri...
11 months ago in Domino Designer / @Formulas 0 Needs Review

DQL: improvements on named variable handling and on documentation

Playing around with DQL, and especially with NamedVariables. The NotesDominoQuery class at the moment has 2 methods dealing with named variables: DQL.setNamedVariable("name", "value") DQL.resetNamedVariables() The more I try to use that concept th...
over 2 years ago in Domino Designer / LotusScript 3 Needs Review