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 1246

Hover Over Text on Action Hot-Spot Notes Client

Please allow hover over text or better still programmable tool tips for images in Notes Client when using Lotus Script Action Hot-Spots.. It is difficult to design modern apps for Notes Client, I replaced descriptive text hotspots with these icons...
over 3 years ago in Domino Designer 0 Under Consideration

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

Show the properties of shared columns

When you select a shared column in a view in the Designer, its properties are not shown in the properties box. This makes it unneccessary hard for the designer, because he has to open the shared column for editing (or copy and paste it, look at th...
about 4 years ago in Domino Designer / Views 0 Under Consideration

Introduce a "Key-Value pair" datatype with Sorting and duplication handling in LotusScript

Currently LotusScript has list datatype which can act as key-value element to hold and manipulate the values. But limitation on list is is cannot handle the duplication of elements, neither it can sort. Introduce a dedicated datatype which will be...
about 5 years ago in Domino Designer / LotusScript 2 Under Consideration

new view type showing only the profile documents would be very helpful

.... or maybe there is a special flag in the $flags field for such views, as it is now for views with deleted documents only: DESIGN_FLAG_DELETED_DOCS 'l': Indicates that a view is a deleted documents view
over 5 years ago in Domino Designer 1 No Plans to Implement

More options in richtext navigator class

We need better options to handle richtext Some examples tables, i.e. remove border cell, table add embedded images & remove images, add inline attachments, remove inline attachment
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

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

Inputbox limit of 512 characters a bit small

512 characters feels a bit small for the inputbox. Perhaps increasing the number or create a new inputbox that shows multiline data.Today you need to create a form and do dialogbox but if you want to run this in an agent that limits you.
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Asynchronous code/agents on the server

Something like agent.runInBackground( noteid ) With this I can move a lot of code (updateing responses, sync data with sql or other slow tasks) to run in the backgorund Nedded when posting a web form to Domino where I would like the response to ...
over 5 years ago in Domino Designer 1 Under Consideration