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

Clear

Ideas

Showing 697 of 8851

Do not expand design categories automatically

Today, whenever I open a design element or switch to a design element that was previously opened, Designer automatically expands the corresponding category of design elements in the left navigation pane. This can be quite confusing in applications...
about 5 years ago in Domino Designer / Debugger 2 Under Consideration

Source code compare feature

When i develop code with many developers. I want to compare source code change line by line. It will reduce a lot of time to fix the program.
over 2 years ago in Domino Designer / LotusScript 3 Already Exists

To find all databases that are actively Archiving

A feature that would help check all the Archive databases on which archive is active and are still archiving. Meaning, there have been additions in those databases recently, say in the last few days or last week.
over 5 years ago in Admin Client 1 Needs Clarification

Publish public message to all new log in notes client users

Need to apply using a policy for all notes users a specific public notification when they first log-in.
over 5 years ago in Admin Client 1 Needs Clarification

Option required to populate template column for multiple mail databases at once on file tab of admin client

If template column for a mail database is blank on file tab in admin client, one can go to database properties and enable setting "inherit design from master template" and put "Template name" to populate the template column for the database. How...
over 5 years ago in Admin Client 1 Under Consideration

I don't know how to use CancelSendOnMissingKey

I do not understand how to use CancelSendOnMissingKey of NotesDocument class.Set True to CancelSendOnMissingKeyWhen I send an email, I get error number 4000, but I want another number. I wrote my findings on my blog.Please refer to it.https://guyl...
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration

Remove monitoring profiles in the admin client

Customer manages multiple profiles in the admin client and created one monitoring profile for various domains containing the servers. The monitoring profile drop down contains a large list of profiles. looking for a way to delete profiles they don...
almost 3 years ago in Admin Client 0 Under Consideration

Encoding directories on Mac client

Using the dir$ statement on a Mac, characters are being encoded in a certain type of UTF-16. Using this encoded string does not work for Open statement. LotusScript should use encoding/decoding consistently
almost 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Show doc count on Admin files view

Hi, I think it would be really useful to see the DB doc count as a column in the files view of a server. This way, doc count could be easily copied to a file along with the rest of the database details. I think it would be specially helpful to qui...
about 3 years ago in Admin Client 1 Already Exists

Format function does not return four-digit year if year number is in three digits.

Format("111/02/03", "YYYYMMDD") Format("0111/02/03", "YYYYMMDD") Format("0111-02-03", "YYYYMMDD") The three LotusScript results above are "1110203". The year was 3 digits. The requested result is "01110203", a four-digit number with leading...
about 3 years ago in Domino Designer / LotusScript 1 No Plans to Implement