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

Java

Showing 61

can there be a way to integrate DevOps pipeline building with java files inside a nsf file

nobody seems to knowtried teamstudio buildmanager but this was not a solution
12 months ago in Domino Designer / Java 2 Under Consideration

Provide some way to judge whether the "Open" / "Update" operation is caused by replication or not

For the following case , there is no way to judge whether the "Open" / "Update" operation is caused by replication or not ============================================= 0. Placed replica of the same database on both Domino Server A and Domino Serv...
over 1 year ago in Domino Designer / Java 0 Needs Review

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

Provide REST API to get contents of attachments files in Notes document

For the following existing Rest API which was released with Notes/Domino 9.0.1 , there is no way to get contents of attachments files in Notes document. https://ds-infolib.hcltechsw.com/ldd/ddwiki.nsf/xpAPIViewer.xsp?lookupName=IBM+Domino+Access+S...
over 1 year ago in Domino Designer / Java 0 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

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

Remove packaged Jar files from classpath

In addition to the JDK Domino/Notes bring a lot of Jars that linger around in .../ext and some other directories. All of these should be separated and hidden from Java code in databases. They cause disturbances and we could not rely on them becaus...
about 2 years ago in Domino Designer / Java 0 Under Consideration

Re-publish an updated Lotus Expeditor

Lotus Expeditor is still the underpinning of the Notes Client and Domino Designer. Available literature says it is needed to create a Domino Designer plug-in. So just like the C-API, a version of Lotus Expeditor should be available. If you search ...
about 2 years ago in Domino Designer / Java 5 Under Consideration

Add mechanisms to get specifically data and design last-modified times

Currently, there's just Database#getLastModified, but that covers both data and design. Ideally, there would be lsxbe hooks to both portions of data from NSFDbModifiedTime in Database and for NSFDbModifiedTimeByName in Session.
about 2 years ago in Domino Designer / Java 0 Needs Review

Add "since" in QueryResultsProcessor#executeToView to reuse an existing view if it's newer than the param

Currently, #executeToView throws an exception if the named view doesn't exist. If you as a programmer want to re-use an existing one, that means you need to manually try to get the view and then, if it exists, check your timeout against its creati...
about 2 years ago in Domino Designer / Java 0 Under Consideration