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 on products and upcoming events around #dominoforever, please visit: HCL Domino Page


ADD A NEW IDEA

Clear

Ideas

Allow multiple selections of items before adding to list of items to restyle.

Currently if you are restyling a batch of views you have to click add on each view and then get taken back to the top of the list and scroll back down to find the next view. It would be much cleaner to either be able to highlight all of them and h...
about 2 years ago in Domino Designer / ReStyle 1 Under Consideration

@emptydate function

When computing date fields you sometimes want to set the datefield to a empty value. Today this isn’t possible at all the field becomes invalid and can give problems with compute with form.
over 6 years ago in Domino Designer / @Formulas 2 Under Consideration

GetDocumentByKey to include 'Variant' data type

When using GetDocumentByKey, on a two ordered columns: a String and a numeric value When getting a document using an array of Variant, where the first element is a String and the second a Long, AFTER the lookup - that correctly takes place - the n...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Move server.id into the IDVault

Move the server.id into the IDVault and protect the deployment. Let only the correct Domino server extract the server.id from the IDVault.
about 2 years ago in Domino / Security 2 Planning to Implement

headlines.nsf database to be enabled for roaming in users roaming profile

In a roaming environment, a subscriptions(headline.nsf) can be viewed only on the PC where subscriptions are created in headline.nsf.Customer requirement is to consider headline.nsf database to be added in roaming user databases (names.nsf, b...
over 6 years ago in Domino / Security 0 Under Consideration

Programmatically hide view based on Platform - i.e visible on desktop, not on phone

It is possible to restrict or allow user access to a view based on username or group. We have apps that run on the Notes client (desktop) and also in Nomad (phone). The same users access the app on both desktop and mobile devices. Given the small ...
about 2 years ago in Domino Designer / Views 2 Already Exists

Dialog list field type - dropdown menus should allow multiple levels of selections

Dialog Lists, at least when choices are entered one per line, should allow multiple levels. Maybe they would be entered into the list using the backslash Item 1\selection A Item 1\selection B When a user views the list they would see Item 1 with a...
over 4 years ago in Domino Designer 3 Already Exists

Allow @Explode for a date range using variables

According to the Help, one can use @Explode( [05/01/96 - 05/02/96] ) to create a date range value. It's only possible with scalars apparently.Would it be possible to allow @Explode( StartDate:EndDate ), where both StartDate and EndDate are date fi...
over 4 years ago in Domino Designer / @Formulas 3 Needs Clarification

Setting not to display the Access Control List settings

Notes users who don't have administrator privileges cannot change ACLs of Database but can view the settings of Access Control List. We do not want to show the group names, server names, user name etc. displayed in the Access Control List to them...
over 4 years ago in Domino / Security 0 Under Consideration

@command([Editdocument]) and uidoc.editmode = true don't work when opening a document from a DQL view.

Both ways to edit a document after opening it from a DQL view don't work. Also Automatically enable edit mode of the form does not work. I did find a workaround though! When you add the code below to the queryopen script of your document it will p...
over 4 years ago in Domino Designer / Views 1 Needs Clarification