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 1342 of 8703

Make checkbox size scale with font

When choosing a larger font size the checkmark box stays the same. This is particularly important for Nomad applications that operate on tablet kiosks where selection is done solely with the user's finger
5 months ago in Domino Designer 0 Needs Review

Better LotusScript access for front-end elements like embedded views

There are still a lot of elements which are not properly accessible via LotusScript. E.g. access to UIView in an embedded view, get curser position in embedded view, open and close categories in views etc. Every element available for the NotesClie...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Complete reference for XSP.properties settings

We need a complete reference for low-level settings supported in xsp.properties (e.g. xsp.csrf.protection, xsp.sessionid.cookie.samesite, etc.). Historically I were looking into the xsp.properties.sample file in the data directory, but it’s not be...
over 3 years ago in Domino Designer / XPages 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 but ...
almost 7 years ago in Domino Designer 8 Under Consideration

Raise the limit of 32768 entries in a Lotus Script Array

Why shouldn´t there be as much places as memory is available? Mark Reiser, sirius-net GmbH LotusScript, Script, LS
almost 7 years ago in Domino Designer 7 Assessment

Update Poster with new LotusScript classes, methods, properties

Please update poster with new classes and properties. every Developer had it on the wall. http://www-12.lotus.com/ldd/doc/uafiles.nsf/docs/designer65poster
almost 7 years ago in Domino Designer 10 Under Consideration

Stop reordering contents of raw .lss file after saving in Designer

Our project team utilizes Git version control to keep our incremental code changes well-organized. Because Git closely looks at file modification differences, however, our team constantly has to place significant time and effort into counteracting...
8 months ago in Domino Designer / LotusScript 0 Needs Review

Document Locking for clustered Domino servers

Apparently document locking is not cluster-aware. That is, if the 'Master Lock Server' is not reachable or down, the other cluster member does not take the role of managing the locks Document lock in a single server environment works perfectly. Bu...
over 3 years ago in Domino Designer / LotusScript 2 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.
almost 6 years ago in Domino Designer / LotusScript 5 Under Consideration

Transactional Logging via LotusSript TransactionBegin, TransactionCommit, TransactionRollback should work together with dialogbox of NotesUIworkSpace class

In LotusScript, following error is thrown if dialogbox of NotesUIworkSpace class is used after TransactionBegin of NotesDatabase class, then execute TransactionCommit or TransactionRollback: "TransactionBegin must be called before other Transactio...
4 months ago in Domino Designer / LotusScript 1 Needs Review