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 1238

Designer - JavaScript Editor is outdated

The JavaScript editor in the Designer (Script Libraries) is outdated. It does not allow modern notations (backtick, arrow functions, etc.) and we cannot save the JS file if we use these notations.
about 2 years ago in Domino Designer 3 Assessment

Better error messages from @Formula errors on the webb

If a field has the wrong type, I.e a user writes text in a number field or a date field has the wrong type we get an error message on the web giving no clue what field has the problem. It only says: HTTP Web Server Notes Exception - Incorrect data...
about 2 years ago in Domino Designer / @Formulas 0 Under Consideration

Popup Text Hot Spot on a field label should not be included in tab order

We sometimes add Pop Up Text to the field label on forms. When the user clicks the field label the Pop Up Text displays field help on how to use the field. The problem is that when the document is in edit mode and the user is using the tab key to ...
about 2 years ago in Domino Designer 0 Under Consideration

Dialog list field type - dropdown menus should allow multiple levels of selections

Dialog Lists, at least when choices are entered one per line, should allow multiple levels. Maybe they would be entered into the list using the backslash Item 1\selection A Item 1\selection B When a user views the list they would see Item 1 with a...
about 2 years ago in Domino Designer 3 Already Exists

Allow @Explode for a date range using variables

According to the Help, one can use @Explode( [05/01/96 - 05/02/96] ) to create a date range value. It's only possible with scalars apparently.Would it be possible to allow @Explode( StartDate:EndDate ), where both StartDate and EndDate are date fi...
about 2 years ago in Domino Designer / @Formulas 3 Needs Clarification

When copying a form, use Oldformname - COPY

We have a lot of views in a database, and when we create a copy in the Designer, we have to scroll up to the copied view which name starts "Copy of". Then, when I correct the name using F2, it moves away again... When a field is copied though, its...
about 2 years ago in Domino Designer 1 Under Consideration

The document properties dialog gives constant 'invalid or non-existing document' popups when clicking on a document in DQL view.

All works fine but I just have to make sure this dialog is not open when accessing an DQL view. I understand where this message comes from as the complete document properties won't be available here but there should be a workaround to suppress the...
about 2 years ago in Domino Designer / Views 5 Needs Clarification

@command([Editdocument]) and uidoc.editmode = true don't work when opening a document from a DQL view.

Both ways to edit a document after opening it from a DQL view don't work. Also Automatically enable edit mode of the form does not work. I did find a workaround though! When you add the code below to the queryopen script of your document it will p...
about 2 years ago in Domino Designer / Views 1 Needs Clarification

Improve auto complete/suggestions

If lotusscript code contains an error, autocompletion and suggestions fail. Please make sure that this works even when the code contains errors. This would help developers a lot.
about 2 years ago in Domino Designer / LotusScript 0 Under Consideration

Embedded a image file in a richtext item as a picture, not attachment

I would like to embedded pictures that notes users can see them directly as images. Please add new method AddPicture in the NotesRichTextItem class, or something like that.
about 2 years ago in Domino Designer / LotusScript 1 Already Exists