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 784

Add servlet support directly to Domino Designer IDE

Creating a servlet requires plugins and a fair bit of effort to deploy and debug. It would be great if this was added to the IDE so that application-specific servlets could be developed rapidly so we didn't need to reply on agents (with the known ...
about 2 years ago in Domino Designer / Java 0 Under Consideration

C/C++/COM/Java API: Provide Notes/Domino API runtime dynamic libraries redistribution package

When developing a third-party standalone application, which requires access to Domino server using Notes/Domino API from the remote computer, it necessary to supply this type of applications together with Notes or Domino to get access to Notes/Dom...
over 5 years ago in Domino Designer 0 Under Consideration

NotesRichTextTable

Please add more options for notesRichTextTable .Style - cell color for only one cell - borders style, color and thickness
about 6 years ago in Domino Designer / LotusScript 1 Under Consideration

Domino Forms in Designer: Please sort the list of objects by name and make it possible to jump to an entry

It's easy to demand something like a new faster 64 Bit Designer - everybody wants it and will vote for that - me too. But I program in Notes almost every day and one detail that is really desturbing me, is the fact that the object list in forms is...
over 6 years ago in Domino Designer 1 Under Consideration

Update LotusScript erl() issue when used within a custom class

When using the erl() function within a custom class in Lotusscript the function will return what seems to be an incorrect line number. From what I remember, a workaround used is to take the line numbers in the options section, add it to the erl() ...
almost 6 years ago in Domino Designer / LotusScript 2 Under Consideration

Allow to show images on views from another database

Allow to show images on views from another database, for example to have a repository of employee photos in a single source and show that in multiple databases views
almost 4 years ago in Domino Designer / Views 0 Under Consideration

Provide specific information when Notes Database cannot be opened

When accessing a database that's either encrypted or corrupted, the Notes Database object is not usable and there is no specific information. Sub Initialize Dim db As New NotesDatabase( "Server/Domain", "database.nsf" ) If db.IsOpen Then MsgBox ( ...
over 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Allow usage of network paths for file operations without using windows drive letters

it's never been easy to access file ressources located on a network drive from LotusScript file operations like 'open'. With Domino running as a Windows service, or on Linux we cannot use drive letters for network ressources, at least not without ...
over 5 years ago in Domino Designer / LotusScript 5 Under Consideration

DQL / QueryProcessor : add a Count / Limit parameter to get only the first n result and optimise performance

Currently we get all the result in the executeToJSon or forthcoming view. Sometimes we only need the first results of a complex query and sorting operation. Returning only a subset of the result would help parsing / navigating view performance. As...
almost 4 years ago in Domino Designer 2 Under Consideration

Generate Java POJO from Document

I find myself spending lost of time hand crafting a pojo to represent a Notes document. Other environments like JBoss tools the ability to create a POJO from a SQL Table. Other tools I've used create POJOs from Json schema. It would be productiv...
over 5 years ago in Domino Designer / Java 1 Under Consideration