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 362

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

Sort all lotusscript Classes, Subs and Functions alphabetically in the Objects pane

Instead of the current spiffy random order
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Extend NotesRegistration class to allow selection of PAB/Directory database for created users. (Support CCX / Guest model)

The new CCX / Guest user license model mandates that users are registered in a secondary NAB / Domino directory. This is easily achieved if we just create person documents but it is not sufficient if we look to entitle those CCX / Guest users for ...
almost 3 years ago in Domino Designer / LotusScript 2 Needs Review

Add method overloading to LotusScript

We've only been asking for this since 1995 ... In OO languages you can usually create more than one method with the same name, but different signatures, that is different sets of parameters. This is called method overloading. This way you cou...
over 5 years ago in Domino Designer / LotusScript 3 Under Consideration

Improve setting headers and footers when printing documents

Setting headers and footers in the form properties is very limited. A simple requirement like this ID: xxx |SPACE_BETWEEN_LEFT_AND_CENTER| Customer: yyy |SPACE_BETWEEN_CENTER_AND_RIGHT| Page: 1 of 5 can't be set as a header right now, as you can't...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

lotusscript functions to create sha256 sha384

With the new http and json classes a possibility to create sha256 and sha384 would be good to have natively in lotusscript
about 5 years ago in Domino Designer / LotusScript 2 Under Consideration

Extend GetItemValue() function

In a large part of my LS code, I always have to use HasItem() to check whether the item really exists. It would be nice if an optional parameter could be passed that returns a default value if the item doesn't exist.
almost 2 years ago in Domino Designer / LotusScript 2 Under Consideration

Add external (twitter, salesforce, o365) connectors to simple action notes agents

Notes agents are no different from Microsoft Flow in that their simple actions work on a condition / action architecture. Flow is very successful because it offers a bunch of connectors by default - not just in a simple db / sharepoint list, but c...
about 4 years ago in Domino Designer / LotusScript 1 Assessment

sessionAsSigner for LotusScript

Really grew to love sessionAsSigner in Xpages apps. E.g. perfect for workflow apps! Now everytime I build or maintain a pure Notes client app I'm deeply missing the flexibility of sessionAsSigner in LotusScript!
about 5 years ago in Domino Designer / LotusScript 3 Under Consideration

Allow updating rich-text items to match in the back-end without using refresh

Currently, using NotesUiDocument.Refresh with the parameter True is the only possibility to access values entered in a rich text item directly in the back end document without saving the document. The current implementation gets problematic when a...
over 2 years ago in Domino Designer / LotusScript 1 Needs Review