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

Verse, possibility to configure out of office option, without specifying return date

Verse, possibility to configure out of office option, without specifying return date In both Notes and iNotes there is an option for the return date not to appear in the subject of the message. It is required to include in Verse the option that th...
over 3 years ago in Verse / Verse on Premises 0 Future Consideration

Support theme names that are not starting with the prefix Bootstrap4

Extending the "Bootstrap4" theme causes some icons to use Glyphicon classes (which don't work) instead of the Font Awesome ones intended for use with Bootstrap 4 At present, to override the Bootstrap4 theme there are few points that needs to be fo...
about 5 years ago in Domino Designer / XPages 3 Under Consideration

Increase the limit for Verse (VOP) search results

Currently when we search any specific keyword, there may be more than 10K mails present in the mail database which can contain that keyword. e.g.- In a large mail file, there may be 20K mails matching the specific keyword. But Verse search is limi...
3 months ago in Verse / Verse on Premises 0 Future Consideration

add parameter for db.CreateCopy to remove template inheritance

if there could be a parameter to remove/blank out the "inherit design from template" when using db.CreateCopy it would help (or create a 'set' method to it in the NotesDatabase class of Lotuscript). This would benefit when using a DB as a starting...
almost 2 years ago in Domino Designer / LotusScript 2 Under Consideration

Add a new mail notification icon in Verse, with the same functionality as the Full client.

Verse can make the OS show an alarm when new mail arrives, but it won't clear when the user reads a new message. The requires the user to clear it manually.
9 months ago in Verse / Verse on Premises 5 Future Consideration

Create a meeting over 1 day meeting in calendar.

I would like the ability to create more than one day of meetings on the calendar. Notes client or OnTime can create them.
over 3 years ago in Verse / Verse on Premises 0 Future Consideration

Shared LotusScript-libraries should work without problems

In theory the shared elements like the LotusScript-libraries are very usefull. You can place the libraries in a central database and use them in other databases. But you can't put such a central repository database in production and make changes t...
about 8 years ago in Domino Designer / LotusScript 1 Under Consideration

Add isValid or equivalent to NotesCalendarEntry

When you use NotesCalendar#getEntry, it will always return a NotesCalendarEntry object even if the UID is not found. An invalid UID will result in an object that throws an exception when you try to do basically anything with it. While documented, ...
almost 3 years ago in Domino Designer / Java 0 Under Consideration

The maxdocs argument of the FTSearch method and the FTDomainSearch method should be changed to a long type.

The maxdocs% argument in the FTSearch and FTDomainSearch methods of the NotesDatabase class is not correct, being of type Integer This is inconsistent with the value that can be set for FT_Max_Search_Results in notes.ini
about 2 years ago in Domino Designer / LotusScript 0 Under Consideration

Add foreach to handle document collections

When looping a document collection, one has to use a structure like this Do Until(doc Is Nothing) <<code>> Set doc = col.GetNextDocument(doc) Loop or Do Until(doc Is Nothing) set docNext = col.getNextDocument(doc) <<code>>...
over 6 years ago in Domino Designer / LotusScript 2 Under Consideration