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 258

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

Exclude fields in computewithform

It would be good to exclude fields from being computed when you do a compute with form.
over 2 years ago in Domino Designer / LotusScript 1 Needs Review

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

XPages native application like nomad

XPages should be run on any devices the same with nomad because nomad very very slow and a lot of limitations and not easy to do a modernize eg. no graph, no chart, no theme, not support opensource framework, jquery, bootstrap, javascript and so o...
5 months ago in Domino Designer / XPages 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...
over 1 year ago in Domino Designer / Java 1 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...
10 months ago in Domino Designer 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.
over 2 years ago in Domino Designer / Views 0 Needs Review

Tracelog for synch with ODP

I would like to have the option to have a complete tracelog what DDE has done with files udring a sync with ODP. Now the action does just disappear or does not appear anywhere with is prone to errors due to lack of check options.
11 months ago in Domino Designer 0 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

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...
about 3 years ago in Domino Designer 0 Needs Review