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

My ideas: Domino Designer

Showing 1230

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

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...
about 1 month ago in Domino Designer / XPages 2 Already Exists

@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

Explain the values 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form

To avoid confusion it may help to explain via REM statement the values represents 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form (see attached file). Currently, these are the values represents in WebRetri...
about 2 months ago in Domino Designer / @Formulas 0 Needs Review

The EditInsertSignature command needs an option to prevent blank signatures

Notes v14 was released recently with the change to have @Command([EditInsertSignature]) return 1 or 0 for "Done" or "Cancel" respectively. However, it does not go far enough. It needs an option to prevent blank signatures. This option should trigg...
about 2 months ago in Domino Designer / @Formulas 0 Under Consideration

Get only highlighted text from the Body of the document using LotusScript?

can we get only below yellow highlighted text from the Body of the document? Tried notesRichTextItem . GetFormattedText and notesRichTextItem .UnFormattedText but not useful. Its taking entire text of the body with and without spaces/tabs but not ...
about 2 months ago in Domino Designer / LotusScript 0 Needs Review