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 364 of 7997

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

Ability to create Date/Time item with only date information in LotusScript

When a Notes client opens a form and saves a date field that does not display a time, a date-only date item is created that has no time or time zone information. This item information can be found in the value of the document property. LotusScri...
8 months ago in Domino Designer / LotusScript 2 Needs Review

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

Increase the maximum length of the lotusscript identifier

The maximum length of a LotusScript identifier is 40 characters. If LotusScript is generated from a Web service WSDL file, longer identifiers may be generated. E.g. because the names of the generated constants for enum are composed of two names fr...
over 3 years ago in Domino Designer / LotusScript 4 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

Functionality required to remove the attachment name (text) from the "Rich Text" field and display only the attachment icon.

One can populate attachments in a rich text field. However, it displays the attachment name as well. Formula language or LotusScript method is required to delete the attachment name and display only the attachment icon from the "Rich Text" field.
about 1 year ago in Domino Designer / LotusScript 1 Needs Clarification

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

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