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 99

Make the Designer task smarter

When there is a central template database with libraries containing classes that are used in many other databases, the modification of one class can easily lead to an avalanche of user complaints: Type mismatch on external name: xxx. It happens ev...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Lotusscript function to compress and uncompress string/data with zlib compression

It would be very helpful to have a possibility to compress and uncompress data using zlib compression. This would allow to create some common filetypes using just plain lotusscript. Espescially in nomad clients with its java and api restrictions t...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

please extend the NotesDocumentCollection class with a ".Search" method, in addition to the ".FTSearch" method

it is a great way to search a NotesDocumentCollection with ".FTSearch". With a ".Search" we could narrow down the search in the collection more precisely. And the same for a NotesViewEntryCollection - please ;)
about 3 years ago in Domino Designer / LotusScript 0 Needs Review

DQL: improvements on named variable handling and on documentation

Playing around with DQL, and especially with NamedVariables. The NotesDominoQuery class at the moment has 2 methods dealing with named variables: DQL.setNamedVariable("name", "value") DQL.resetNamedVariables() The more I try to use that concept th...
almost 2 years ago in Domino Designer / LotusScript 3 Needs Review

Missing documentation for NotesDominoQuery class

Currently working my way through DQL and QRP topics. Tried to get a catch on NamedResults and was wondering for a couple of days why I couldn't get it to work: I'm working on a simple query like Set nQuery = myDb.CreateDominoQuery() sQuery = "task...
almost 2 years ago in Domino Designer / LotusScript 1 Needs Review

Finally fix NotesView.createViewNavFromAllUnread

It just doesn't work, not since yesterday but ever since 26 Aug 2013...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Increase Noteslog limit

Currently Agent Log can hold only 64KB of information. When the information written to it exceeds this limit, the following message is displayed and the agent stops running: Error executing agent <agent-name> in <database-name>. Memory...
almost 3 years ago in Domino Designer / LotusScript 2 Needs Review

Provide method to set the database property "Inherit Design from Master Template"

It will be very helpful and also reduce the admin work if there is method to set the Name of master template in database property "Inherit design from Master Template" using Lotus Script/Java.
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

Delete Private view from database

Requirement is to delete personal views belonging to all user's from the database. Is it possible to achieve this via script? The current functionality is that personal views are visible to only user who created them and not to others. There is a ...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

RenderToRTItem should render all subforms used in a form

Currently, the RenderToRTItem method in NotesDocument class does not render subforms if the first line is hidden by a HideWhen formula. This is an unexpected behaviour.
about 3 years ago in Domino Designer / LotusScript 0 Needs Review