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

LotusScript

Showing 212

Posibility to call a 'partly' Refresh / Refreshhideformulas

This could mean to Refresh / Refreshhideformulas just a part of the ui document like the 'current Table' , 'current Table Cell' , 'current Section' and may be other parts.
over 4 years ago in Domino Designer / LotusScript 1 Under Consideration

LotusScript Date time Object: New NotesDateTime ("2017-3-7") - is this in March or July?

What date is  to be expected from "New NotesDateTime ("2017-3-7")" ? According to ISO 8601 (valid in the U.S. too) this  would mean 2017  - March - 7th. However, in my German Notes (both, 901 and 10), the result is different (Adding 20 days,  retu...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

new event for 'Checkbox' & 'Radio Button' field 'onChangeSelection' for LotusScript

An event that occurs when the selection in the Radio Buttom / Checkbox field is changed before the focus leaves the field. I want to be able to react to any changes in the selection, e.g. to call uiDocument.Refresh() -while the user stays in the ...
over 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Repair Unable To Extend an ID Table - Insufficient Memory error

We have databases with over 4-5 million documents and this error is killing us. The applications are innoperable in a second and nothing works to recover, compact, replicate, nothing.
over 4 years ago in Domino Designer / LotusScript 4 Under Consideration

Add Sub Code Template also automatically to the Sub's Initalize and Terminate

If you are used to Lotusscript code templates, you may have detected that the Initalize and Terminate Events are automatically created but without using any code template. Thus I suggest to add the Sub code template or may be even new special code...
over 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Correct line numbers on error for Lotusscript classes

As a developer the wrong error line number is reported so it is harder to find where the error occurred.
over 4 years ago in Domino Designer / LotusScript 5 Under Consideration

Expand the Button Class (LS, Java,...)

Currently the button class (actions, action hotspot or button on a form) consists in LS only of 2 events. It would be great if one would have access to the Name property of the button.
over 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Expand the Field Class

Currently the field class only has Events. Allow us to get also the fields name.
over 4 years ago in Domino Designer / LotusScript 2 Under Consideration

QueryOpen/PostOpen event for Attachments on the Notes document

We often use events such as QueryOpen and PostOpen in the NotesDocument class to record information about the documents opened by the user and to restrict the opening of the document.In the same way, I sometimes want to do something with a file at...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

NotesEmbeddedObject add last modified property

Add a LastModified property to the NotesEmbeddedObject property. This will be useful for when you need to detect if a user has changed an attachment. The only other method of doing this is checking the name and file size haven't changed. The atta...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration