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 271

Allow RegisterNewUser method to enforce Registration policy settings

Some items that can be set when registering a user in Domino Administrator cannot be set when executing the RegisterNewUser method. (Internet domain, password key width, etc.) The current behavior is that even if these items are set in the Registr...
30 days ago in Domino Designer / LotusScript 0 Needs Review

Maven in DDE - download jar files directly into nsf

in visual studio it is sooo easy to add an external dependencies to projects.. Just search for it and include the nuget and you’re done. In Java not so easy. there are a few option where Maven is the most popular I think. With maven you need to ge...
about 1 month ago in Domino Designer / Java 0 Needs Review

Use LotusScript Classes in Javascript and vice versa

We have powerful LS Classes and have to rewrite them in JS. And in the "new" world we have powerful JS Functions not available in LS. It would be great, if we could use them in both worlds without calling Agents.runonserver or call urls to process JS
about 1 month ago in Domino Designer / XPages 1 Needs Review

Add the option "Show 4 digit year if not current century" to date field property

Currently the date field properties contain options under "Display Date" and "Special Calendar" for Show 'today' when appropriateAlways show 4 digit yearShow 4-digit year for 21st centuryShow year only if not this year This seems outdated as what ...
about 1 month ago in Domino Designer / @Formulas 0 Needs Review

Add parameter newInstance to @Command([EditDocument]) to avoid save conflicts

Just like in LotusScript function notesUIWorkspace .EditDocument, please add a parameter newInstance in @Command([EditDocument]). Maybe even add some options in Notes that prevents from opening a document twice when using "right click -> edit d...
about 1 month ago in Domino Designer / @Formulas 0 Needs Review

Add further options in comparedbs.ntf to only compare parts of the design

It would be nice if there were options that you can filter which design elements should be compared, so that the compare process will be faster and the results will be easier to monitor. In particular, I would appreciate the following options: onl...
about 1 month ago in Domino Designer 0 Needs Review

@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...
about 2 months ago in Domino Designer / @Formulas 3 Needs Review

A way to group custom controls in DDE, like add a sub category

In an application we have more than 80 custom controls. The way we nowadays sort and group them is via their name, but in we need to scroll a lot to find the CC we want to apply changes to (in the Eclipse Applications View). It would be convenient...
about 2 months ago in Domino Designer / XPages 1 Needs Review

Allow subforms to be individually selectable as design elements that can be restyled

If a design type is selected in "Restyle the following elements" on the third tab of the Restyle wizard, all design elements of that type are restyled. If design elements are selected in "See advanced settings", only the selected design elements a...
about 2 months ago in Domino Designer / ReStyle 0 Needs Review

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 ...
about 2 months ago in Domino Designer / Java 1 Needs Review