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 114

Fixing Compatibility Between HCL Notes 12 and Notes 9 Regarding the GetDocumentByKey Method

Problem Description: When I compile an application in Notes 12 that uses the following code: Dim aKey(1 To 2) As String aKey(1) = "ABC" aKey(2) = "123" Set doc = view.GetDocumentByKey(aKey) The HCL Notes 12 client works correctly and fin...
about 17 hours ago in Domino Designer / LotusScript 0 Needs Review

Set the order for action buttons move when you press the tab key in the layout area of ​​a Notes form

Needed a provision to set the focus on an action button by default when a form loads, using client-based LotusScript. This can be done using JavaScript and the onfocus event, but the requirement is to implement this using LotusScript on the client...
15 days ago in Domino Designer / LotusScript 0 Needs Review

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...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Improve performance when iterating documents in views

Iterating documents based on a view object has become very slow in later years. Maybe because of all the work that has been with NIF-index issues. The following techniques show poor (some even very poor) performance when running in the client agai...
6 months ago in Domino Designer / LotusScript 2 Needs Review

Add feature to save complied version and bitness in each design element

Notes/Domino has some defects caused by Domino Designer version or bitness. To investigate such problems, I want to confirm the version or bitness of Designer in each design elements. Currently, the $DesignerVersion of any design element has 8.5.3...
20 days ago in Domino Designer / LotusScript 1 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...
11 months ago in Domino Designer / LotusScript 0 Needs Review

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...
3 months ago in Domino Designer / LotusScript 1 Needs Review

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...
7 months ago in Domino Designer / LotusScript 0 Needs Review

Domino integration with AppScan for source code scanning

HCL Software's Source Code Scanning Solution AppScan source should support LotusScript and all other HCL platform such as Domino, Notes etc.
12 months ago in Domino Designer / LotusScript 0 Needs Review

Allow to rename attachment's file name by LotusScript

An attachment file's name cannot be changed by Source or Name property in the NotesEmbeddedObject class. The customer requested us to add a method or property to rename the file name of an attachment.
over 1 year ago in Domino Designer / LotusScript 2 Needs Review