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 1230 of 7960

Add a deprecated tag to documentation for features that should not be used more / there only for backward compatibility

For a newcomer in Domino development, the documentation exposes all the "history" of Domino development. Some of theses features are clearly no longer recommander to be used or can't be. For example NSFDB2. But when you read the documentation with...
almost 3 years ago in Domino Designer 1 Under Consideration

Explain the values 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form

To avoid confusion it may help to explain via REM statement the values represents 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form (see attached file). Currently, these are the values represents in WebRetri...
about 2 months ago in Domino Designer / @Formulas 0 Needs Review

Make the NotesJSON... classes support more valid JSON

Please make the NotesJSON... classes support more valid JSON. Nicely formatted legal JSON with whitespace should be parsed. Also, nice would be the option to output nicely formatted JSON, for easier consumption by a human.
over 2 years ago in Domino Designer / LotusScript 2 Under Consideration

"GetDocumentByKey" is giving search result as a document with column values having new line in it.

The syntax for "GetDocumentByKey" is --> Set notesDocument = notesView .GetDocumentByKey( keyArray [, exactMatch% ] ) Return value is --> A NotesDocument. The first document in the view whose column values match each of the values in the key...
8 months ago in Domino Designer / LotusScript 0 Needs Review

Add API (Lotusscript/Java, etc.) method to place text into the OS clipboard

Ability to call a method to place arbitrary text into the OS clipboard without having to select a NotesUI field value and call copy (e.g., placeTextinClipboard(string) ). I often place non-field value text into the clipboard and achieve this by wr...
about 2 years ago in Domino Designer / LotusScript 1 Under Consideration

Allow the color of a table cell to change based on a field value.

Similar to this idea: https://domino-ideas.hcltechsw.com/ideas/ICAA-I-37 I would like the ability to colorize a cell based on a field value. There are so many situations for me where this could be helpful for the user. The cell color can be red to...
12 months ago in Domino Designer / @Formulas 1 Under Consideration

Add a lotusscript method to export inline image in rich text field

Attachments files and objects are able to export by using ExtractFile method in EmbeddedObject class.But there is no method to export pasted image data to disk. Currently it can implement to use DXLExporter and ConvertNotesBitmapsToGIF. But It is ...
almost 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Attachment in encrypted rich text item appears in bottom of document for non-authorized users

The attachment title and attachment icon is showing in the bottom of document: If you have a form containing an encrypted rich text item, and access is controlled using a "PublicEncryptionKeys" field. If the user reading a document is listed i...
6 months ago in Domino Designer 1 Needs Review

Enhance LotusScript function NotesDatabase.getOption(optionName%)

GetOption was introduced to the NotesDatabase class in V6. It allows to determine, if specific Options are set or not. But by design, it only accesses options1 from the database header. Other options are stored in options2 - options4.Those option ...
over 4 years ago in Domino Designer / LotusScript 3 Assessment

Improve/Enhance XPages and Lotusscript Editor

Please Improve/Enhance XPages and Lotusscript Editor like a Notepad ++ eg. format source code, compare and hightlight source code, line of code, performance improve.
12 months ago in Domino Designer / LotusScript 1 Needs Clarification