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 210

Resizable arrays (lists) in LotusScript

There should be a class similar to Java's ArrayList, a resizable array to put elements into it with methods like: list.add(Variant item) list.isEmpty() list.Iterator() list.removeAt(int index) list.remove(Variant item) list.size() ...
over 5 years ago in Domino Designer / LotusScript 2 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

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

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

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

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

Add equivalent of @DbColumn/@DbLookup for single column lookups

NotesViewEntryCollection and NotesViewNavigator are great when you need to query a lot of columns per row, but if all the data you need is encoded in a single column, @DbColumn and @DbLookup are much faster. The Evaluate statement is a bit awkward...
over 3 years ago in Domino Designer / LotusScript 2 Under Consideration

Show LotusScript functions or subroutines that are not called.

No description provided
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration

regular expression support for different aspects, field validation, db search

Regular expressions are very powerfull, but since we have dont have native support in LotusScript please extend LS classes to support it.
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration