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

Domino Designer

Showing 266

Modify "Record Activity" using Java

I was asked to programmatic to modify whether a database is recording user activity. There doesn't seem to be a way to do it currently using code.
almost 2 years ago in Domino Designer / Java 0 Needs Review

@isAttachmentBeingEdited

Editing attachments is quite delicate. In some cases it could be useful to disable some actions (hiding the action/button, or checking in code) while a certain attachment is being edited.
11 months ago in Domino Designer / @Formulas 0 Needs Review

Allow new folders based on any view

At the moment, Database.enableFolder(folderName) creates a new folder with a design based on the default view. AFAIK, the only way to (programmatically) create a folder based on some other view is to make that view the default view, create the fol...
almost 2 years ago in Domino Designer / Java 1 Needs Review

Take the programmatic name when inserting a shared column

When I insert a shared column in a view, the programmatic name is not taken over. This is particularly annoying with editable columns.
almost 3 years ago in Domino Designer / Views 0 Needs Review

DQL / QueryProcessor : executeTo "non materialized" view for optimal performance

The forthcoming executeToView method may create a "real" view which is very cool... but sometimes we only need results of our query but be able to navigate them like a view. Maybe an "in memory" or "non materialized" view could perform better if w...
over 3 years ago in Domino Designer 0 Needs Review

Please identify LotusScript reserved word more correctly in Domino 11.0.x Designer

One customer use Domino Designer 11.0.x and defined a function with name DeclareObj like following: 1 Function DeclareObj( count As Integer ) As Integer 2 DeclareObj = False 3 (省略) 4 DeclareObj = True 5 End Function then he got a "Variable should ...
12 months ago in Domino Designer / LotusScript 2 Needs Review

Multiple Shared Actions collections

Currently there is only 1 collection of shared actions. It would be great to have multiple named collections of shared actions that can be inherited separately
over 2 years ago in Domino Designer 1 Needs Review

Add mechanisms to get specifically data and design last-modified times

Currently, there's just Database#getLastModified, but that covers both data and design. Ideally, there would be lsxbe hooks to both portions of data from NSFDbModifiedTime in Database and for NSFDbModifiedTimeByName in Session.
over 2 years ago in Domino Designer / Java 0 Needs Review

Extend @GetDocField to receive only the value of the specified field.

If you run @GetDocField($Ref; "Subject"), NRPC command will receive the entire referring document, even if the Subject has only one word, it will receive large data. If the referenced document is bloated, it will affect the performance of opening ...
over 2 years ago in Domino Designer / @Formulas 0 Needs Review

Allow to exclude a LS class or an entire LS Library to be excluded from debugging

Problem: As usual nobody wants to invent the wheel again, thus we use libraries and classes so that we do not have to write the same code again and again. But if in an application something is wrong and one has to debug the code and has to go thro...
about 1 year ago in Domino Designer 1 Needs Review