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

AppDev Pack

Showing 32

Unable to attach file to a specific rich text field from node.js

We have a node js application and the default node api demo application. Proton is running and we are able to connect to the notes application and create and delete documents. When we try to send attachments, it gets attached to the default body f...
about 4 years ago in Domino / AppDev Pack 4 Under Consideration

Login API in IAM

For some application (i.e : native mobile apps), it would be problematic to force user to login every time they start said app. If somehow we can re-use the previously setup user, server, etc and establish login via code to IAM server that would b...
about 4 years ago in Domino / AppDev Pack 0 Under Consideration

AppDev Pack IAM component system requirements

IAM component can be installed on a different machine as Domino Servers'. It would be better if there's a specific or separate system requirement documenation for this component.
about 4 years ago in Domino / AppDev Pack 1 Under Consideration

AppDevPack/domino-db: Add a Evaluate() method to Document Class to allow computation of Notes @-Formulas

In some cases, it would be helpfull to be able to evaluate a Notes @-formula against an existing Document and get the value of the formula back. i would love to able to use this functionality in domino-db like so: const back_from_eval = await...
about 4 years ago in Domino / AppDev Pack 4 Under Consideration

Allow creation of Design Documents and Adminp-Jobs via AppDevPack

We would like to be able to automate the creation and setup of applications using the AppDevPack. That means we would like to be able to create a new blank template, add design elements, create databases from the template and setup adminp tasks to...
over 4 years ago in Domino / AppDev Pack 0 Under Consideration

how to output a list of unprocessed requests in Admin4.nsf?

The admin4.nsf database must be having an dedicated view for the list of unprocessed / pending Adminp requests in Admin4.nsf. Is it possible to have an Dedicated view for the list of unprocessed / pending Adminp requests in Admin4.nsf.
over 4 years ago in Domino / AppDev Pack 2 No Plans to Implement

Host node.js application on Domino as alternative to App Dev Pack

Unfortunately App Dev Pack required a separate node.js environment outside of Domino. This also means that Domino is reduced to being only the database. Personally I think that this approach increase the risk of Domino being replaced by other non-...
over 4 years ago in Domino / AppDev Pack 3 No Plans to Implement

DQL: datetime column search using @dt()

There is a view that sorts the columns displaying date and time in ascending order.Searching this view using the following query fails:'datetime'.DATETIME < @dt('2021-01-01') The following query is fine.'datetime'.DATETIME < @dt('2021-01-01T...
over 4 years ago in Domino / AppDev Pack 3 Under Consideration

Support of RichText fields

bulkReadDocuments({query:myQuery, itemNames: ["myRichTextField"]})
over 4 years ago in Domino / AppDev Pack 0 Under Consideration

More than crud for Node.js

The Node.js api is today only crud operations but we need more. If this is to replace XPages/Java or Lotusscript as a full development language for Domino and not only as an addon. We need a full Domino api implementation for Node.Js. We need mor...
about 5 years ago in Domino / AppDev Pack 1 Under Consideration