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

Improve NotesJSONNavigator

It would be great have additional methods in the NotesJSONNavigator. Besides the current AppendElement, AppendArray, AppendObject there should also be RemoveElement, RemoveArray and RemoveObject. It is currently possible to create, read and update...
10 months ago in Domino Designer / LotusScript 0 Needs Review

Improve REST/JSON capabilities in LotusScript (e. g. for better use with HCL Volt MX Foundry)

We are using Domino LotusScript for many REST Requests to internal and external services, including HCL Volt MX Go Foundry as a services middleware for easier administration of services, easier configuration of auth services, also improving the ov...
5 months ago in Domino Designer / LotusScript 0 Needs Review

XPages File upload control - support for multiple files

Up to now (Domino 12.0.2) the file upload control for XPages only supports the upload of one file at the time. Today's modern websites support the upload of multiple files at once. Please extend the upload control so that multiple files can be upl...
about 1 year ago in Domino Designer / XPages 1 Assessment
196 VOTE

Create own @Formula binded to LotusScript, another @Formula (or Java?) function(s).

As you can do in Excel (Formula binded to VBA) and could do in 1-2-3. Would allow many new functions that are currently not easy/possible to create.Is also a way to be able to centralize @Formulas by creating an abstracted @Formula. PS : I am no...
over 6 years ago in Domino Designer / @Formulas 6 Under Consideration

If then else shorthand like in java with some extras

I would like to have an if-then-else shorthand syntax like in java with a little bit of python spice. You all know the following syntax: condition ? expression1 : expression2 I do not stick to this exact syntax, especially because the colon is cur...
about 1 month ago in Domino Designer / LotusScript 1 Needs Review

Create function notesuiview.selectdocuments(documentcollection)

Create a function that passing a documentcollection in a notesuiview this mark all the documents the collection there're in this view. Make a equivalent in Lotusscript this function that is in formulas select (form="XXXX") & (Field="YYYY")
3 months ago in Domino Designer / LotusScript 0 Needs Review

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.
over 2 years ago in Domino Designer 4 Assessment
195 VOTE

Extend Notes URLs to execute agents with parameters

(not my idea, credit goes to Ben Langhinrichs ) You can currently access a document in a Notes client by using notes://server/repid/viewid/noteid, but it would be really handy if this could be extended to allow notes://server/repid/agent?OpenAge...
over 6 years ago in Domino Designer 3 Assessment

Collapsable code loops in lotus script

When looking at lotus script it would be super helpful in longer code sections to be able to collapse the code for while, do, for, etc loops - look at most other design development tools and this is a standard option.
about 2 years ago in Domino Designer / LotusScript 1 Assessment

Please remove the 64k limit from NotesHTTPRequest

Please remove the 64k limit from NotesHTTPRequest. It accepts a String as input, those can be 2 GB. Also helpful if it would accept a NotesStream, so proper encoding can be ensured.
about 3 years ago in Domino Designer / LotusScript 0 Under Consideration