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

FILTER BY CATEGORY

Domino Designer

Showing 1201

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.
almost 2 years ago in Domino Designer / LotusScript 0 Under Consideration

Add proxy support to (Notes)HTTPRequest class

By now, you can instantiate a new NotesHttpRequest by defining Dim httpReq As NotesHTTPRequest This works as long as the company security policy does not expects that the connection has to be done using a Proxy. I would like to see an enhance...
about 4 years ago in Domino Designer / LotusScript 1 Assessment

Search bar in picklists.

It should be possible to use the search bar in picklists.
over 5 years ago in Domino Designer 7 Assessment

Dynamic height for embedded views

From Les Zatony I wish I could set the height of an embedded view based on a formula. This would allow me to better utilize screen real estate by calculating the height based on the number of entries that exist and could be used to set a max and ...
over 5 years ago in Domino Designer 3 Under Consideration

Make text color computable ( @formula )

If you want to conditionally change the text color of an item or computedtext object in a client based Notes application, by now you need to have duplicates with according text colors that are shown / hidden depending on hideWhen. ( see screenshot...
over 5 years ago in Domino Designer / @Formulas 1 Assessment

Make Domino Designer a modern IDE

Compared to other modern IDEs, Domino Designer is outdated. Missing keyboard shortcuts, autocomplete, intellisense. All those useful features that modern IDEs have. Just honestly use VSCode for a week and compare it to the Domino Designer to feel ...
over 1 year ago in Domino Designer / LotusScript 3 Under Consideration

Enhance LotusScript with Base64 encode/decode, MD5, SHA1, SHA256

Please provide a native LotusScript interface to do Base64 encoding and decoding, and hash functions like MD5, SHA1, SHA256. Needed since Nomad does not have Java for speedy access to those functions, and these functions are needed on the web.
almost 2 years ago in Domino Designer / LotusScript 0 Under Consideration

Easier way of fixing UNK table problem (FT index thinks field is different type)

Example: Create a field (Number), and create-save a document with that field set. Then create FT index for database Then change field type from Number to text, create a new doc & save (easily done when a field looks like it can be numeric ...
over 5 years ago in Domino Designer 8 Under Consideration

Improve JavaScript and HTML rendering support in the classic Notes Client

the Notes Client has JavaScript support for forms and views for many years, but it is outdated and does not provide much API access make JavaScript a real alternative to LotusScript for classic Notes Client development, cross-platform full form ...
over 4 years ago in Domino Designer 1 Assessment

NotesDocument.IsChanged

A new NotesDocument property which shows if the document was changed. Return value: list of changed items. (only user items! so, except, updatedBy, LastModified, $Ref.....)
over 5 years ago in Domino Designer 6 No Plans to Implement