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 20

Provide more Domino API for domino-db package like ACL, get NSF Roles, etc

Domino-db is great package but still can't be used as XPAGES alternative. Some API missing like how to get current user's roles. So please provide and port all Domino API into domino-db package.
about 4 years ago in Domino / AppDev Pack 2 Under Consideration

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.
over 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...
over 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

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"]})
almost 5 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

Make DominoDb available as Spring Data project

The Spring Data project makes connection to various data stores easy as pie. There are projects for of course SQL datat stores, but also a lot of NoSQL datastores, like MongoDb, CouchDb and many more. If there is a Spring Data for DominoDb it will...
almost 6 years ago in Domino / AppDev Pack 2 Under Consideration