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 1330

Rest API XPAGES secure

I want to have an API that goes to a view and retrieves some data, but I don't want that user to access the database via the web. This is not possible because to create a REST API from XPages, you have to grant permissions to the database where yo...
over 1 year ago in Domino Designer / XPages 2 Already Exists

Fix Logic Bug in ACFUtil.htmlDecode()

Using Domino V11 (bug also existed since at least 9.0.1 FP7) The following method com.ibm.trl.acf.impl.util.ACFUtil.htmlDecode(String string) in the plugin com.ibm.designer.lib.acf has a logic bug which you can reproduce with the following 2 l...
over 5 years ago in Domino Designer / XPages 3 Needs Clarification

Add a relational database

Domino does quite well with document oriented data. But handling tabular data is a real pain. It would be VERY usefull if we were able to create SQL tables. I used H2 in several projects. But this way SQL data is stored outside the NSF and only ac...
over 6 years ago in Domino Designer 5 Under Consideration

Undo function for restyler

faster than a restore
over 2 years ago in Domino Designer / ReStyle 1 No Plans to Implement

Login to web when developing locally without a server

XPages is built for local development but there is no way to login to web when developing locally. I would like to store users in my local names.nsf and be able to login to my domino web applicatoin when doing preview in webbrowser. as a develop...
over 6 years ago in Domino Designer 1 Under Consideration

Open declaration of script file does not lock design element

When using "Open Declaration"/Ctrl click on a "Use "my_script_name"" within a script file, it opens the file but does not lock the design element. The element can edited and saved using Ctrl-S while another developer has locked the file.
over 5 years ago in Domino Designer / LotusScript 4 Needs Clarification

Shortcut - key combo for Project - Clean action

No description provided
over 5 years ago in Domino Designer / XPages 0 Under Consideration

Allow domino web application to execute in the client with the same security/authentification done in Xpages

It would be great to be able to code angular or react application that would have the same fonctionnality (sécurity/authentication) that xpages application does when they run in notes client.
over 6 years ago in Domino Designer / XPages 4 Under Consideration

@businessdays seems to be broken (tested in V12)

It looks like @businessdays is not working as expected (anymore?). It shows number of days between to values (also very handy :-), however not business days. _d := @adjust(@today;0;0;-7;0;0;0); @BusinessDays(_d;@Today) This wil result in 8 where I...
over 1 year ago in Domino Designer / @Formulas 4 Under Consideration

Enable registerNewUser to detect mailfile replica creation failure

When registerNewUser of Java's Registration class is used to register a new user, if a server other than the home server is specified in the MailReplicaServers property, a mail file replica is created on that server. Even if the mail file replica ...
over 1 year ago in Domino Designer / Java 1 Needs Review