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 118

New parameter for notesuiworkspace DialogBox that would allow its Resizing when used by user

Closest to desired result seams client preferences dialog (file > preferences). I know it is big thing to ask but maybe. one day...
3 days ago in Domino Designer / LotusScript 0 Needs Review

Add Purge Interval Replication Control (PIRC) status to Database.ReplicationInfo property

We have sometimes experienced that the Purge Interval Replication Control has been turned off on server databases, without intervention from users. The Purge Interval Replication Control status is missing on the ReplicationInfo property for NotesD...
3 days ago in Domino Designer / LotusScript 0 Needs Review

CreateViewNavigator improvements

If I use createNavigatorFromCategory or createNavigatorFromKey.All categories disappear and that is sad because sometimes when you create apps you would like to get i.e all level 2 category names below a certain category without looking thru lots ...
25 days ago in Domino Designer / LotusScript 0 Needs Review

ViewNavigator getNextSameLevelCategory

It would be good to have an option to go to next category on the same level. GetNextCategory will traverse the three down. But Perhaps I only want to retrieve the Entries at a certain level.
25 days ago in Domino Designer / LotusScript 0 Needs Review

Notesrichtexttable access html tags

It would be useful to have the ability to locate a specific table within a richtext field by using the Name/ID HTML tag. Then locate a row in the found table by using the "Row" HTML tags. Even down to the Cell using ID html tag. Purpose is to loca...
about 1 month ago in Domino Designer / LotusScript 1 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...
8 months ago in Domino Designer / LotusScript 2 Needs Review

Allow GetNamedDocCollection to work in client-server scenarios

The GetNamedDocCollection method functions correctly when it is executed locally against a local database, or when it is executed on the server against a database that also resides on that server. However, it does not return the correct value when...
26 days ago in Domino Designer / LotusScript 0 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...
about 1 year ago in Domino Designer / LotusScript 0 Needs Review

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