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

Clear

Ideas

Showing 761 of 8846

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.
about 6 years ago in Domino Designer / LotusScript 5 Under Consideration

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...
11 months ago in Domino Designer / LotusScript 2 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

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

Enable Traveler( HTT) passords using unicode characters

Currently Traveler only supports standard characters as available for the us ASCII Code. Since most of the users try to sync their HTTP Password with AD Password user can not log in to Traveler because in AD user can use unicode characters includi...
6 months ago in Traveler 0 Needs Review

Allow multi-level View and column headings

Example: We have a situation where we need to display flight and Instrument times, for both Day and Night. So we have columns: Aeroplane Day Aeroplane Night Instrument Day Instrument Night Better would be: FLIGHT INFORMATION FOR JUNE 2025 Aeroplan...
7 months ago in Domino Designer / Views 0 Needs Review

LotusScript function to create eml file

No description provided
over 6 years ago in Domino Designer / LotusScript 4 Under Consideration

Add a lotusscript method to export inline image in rich text field

Attachments files and objects are able to export by using ExtractFile method in EmbeddedObject class.But there is no method to export pasted image data to disk. Currently it can implement to use DXLExporter and ConvertNotesBitmapsToGIF. But It is ...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Allow developers to set the column width based on a formula

In V12 you can get the screen width using @ResolutionWidth. This allows us to hide columns based on the screen size. A calculated column width based on this formula would be even better.
almost 4 years ago in Domino Designer / Views 0 Under Consideration

Enhance LotusScript function NotesDatabase.getOption(optionName%)

GetOption was introduced to the NotesDatabase class in V6. It allows to determine, if specific Options are set or not. But by design, it only accesses options1 from the database header. Other options are stored in options2 - options4.Those option ...
about 6 years ago in Domino Designer / LotusScript 3 Assessment