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 1300

remove any references prior to Notes 5

when choosing db property Display images after loading
about 7 hours ago in Domino Designer / Documentation 0 Needs Review

alt or title property for column icons

from an accessibility point of view they view column icons are not compliant due to the lack of a title or alt property. the column icons in a view are not that strong so they create room for incorrect interpretation by users with good sight. a ti...
1 day ago in Domino Designer / Views 0 Needs Review

convertor function/formula to convert text to color

when you want to add color to a row the value should be in color, which makes it hard to compute and get the values from outside the view e.g. a profile document. color fields also do not multi-value so this makes development another crime with la...
7 days ago in Domino Designer / @Formulas 0 Needs Review

"Live" view for Notes client

Would be great to have a "live" option for a Notes view so no value for the view/column values will be stored somewhere so it has absolutely no caching. Bad for performance but there are use cases for it (views with not too large data-sets).
8 days ago in Domino Designer / Views 1 Needs Review

Add a feature to change the Javascript Script Libraries editor format

Who needs this? Domino/Notes developers What do they want? They wanted to change the new format of the Designer Script Library (Javascript editor) and go back to default setting from previous versions without the Fx and sub sections under it. Why ...
8 days ago in Domino Designer / Java 2 Needs Clarification

Access to named document via @formula

https://help.hcl-software.com/dom_designer/12.0.2/basic/H_GETNAMEDDOCUMENT_METHOD.html I do not see @formula ways to access a named document as it is possible for profile documents e.g. @Command( [EditProfile] ; "coloring" ) so I can not access a ...
8 days ago in Domino Designer / @Formulas 0 Needs Review

Remove references to R5

Column properties tab Advanced: Hide in Notes R5 or before. R5 is no longer supported so why this option? Similar to Sort tab for column: Categorized is flat version 5 or greater.
10 days ago in Domino Designer / Views 1 Needs Review

Add encoding @functions for custom HTML, XML and JSON

When building custom HTML, XML or JSON, there are a few character, that needs escaping. @HTMLEncode For doing HTML encoding, I use this to encode a text field/string: text := "B&O";_from := "&":"<":">":"\"":"'";_to := "&amp;":"&a...
16 days ago in Domino Designer / @Formulas 0 Assessment

Ability for LotusScript to set the color and width of table borders

The SetColor and SetAlternateColor methods of the NotesRichTextTable class can set Table color. However, there is no function to set the color and width of table borders.
17 days ago in Domino Designer / LotusScript 1 Needs Review

Make a Lotus Script equivaluent for the Formula command @SetHTTPHeader

Unfortunately currently there is no way to set HTTP Header variables from a WebQueryOpen Agent being called from a web form. There should be a new command like this: Call session.setHTTPHeaderVariable(name, value) Also this should be working in We...
22 days ago in Domino Designer / LotusScript 1 Needs Review