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

Pinned ideas

PINNED Domino Intelligence / Domino IQ
Adding AI to a Domino server Please add comments that tell us what use cases you would have for AI available from Domino. Here are some examples to get you started: Summarise long email threads Reply to email with AI Translate the email thread Hig...

All ideas

Showing 2426

Add InStrBack function to LotusScript

The function continues the series: StrLeftBack, StrRightBack. It should work like InStr, but starting from the end and moving to the beginning. This function is really not enough when working with large amounts of data. N.B.: Must also be consider...
almost 6 years ago in Domino Designer / LotusScript 1 Under Consideration

Allow multiple script libraries to %Include the same constants

If you have two script libraries that both include the same constants file: 'LibraryA %Include "lsconst.lss" 'LibraryB %Include "lsconst.lss" and then you use both libraries in a design element 'FormC Use "LibraryA" Use "LibraryB" this generates t...
almost 5 years ago in Domino Designer / LotusScript 3 Under Consideration

increase size of dialogboxes, for example Notes.ini

Seems all dialog boxes designed for small monitors, please supoprt large HD/HiRes dispays, now due to small dialogbox parameters are cut, this may lead to misconfiguration ID Vault DialogBox is small also, works fine for 6-8 OUs, but for large org...
about 7 years ago in Domino 0 Under Consideration

global lotus scriptlibraries/objects

I have a project that consists of over 40 domino databases.There I have a class that encapsulates database access (session, datbase, view, ..).(dim appOrg as New App ("ProVeOrg") or dim appQuali as New App ("ProVeQuali") ...).This is used in many ...
almost 5 years ago in Domino Designer / LotusScript 4 Under Consideration

Notes SQL Needs to be FREE and publicly available like every other JDBC driver

Let's not make it hard for non Domino folks to adopt Domino... I feel there is always this wall to adopt Domino for non Domino people. Every other JDBC driver on planet Earth is PUBLICLY available regardless!
about 6 years ago in Domino / Integration 1 Under Consideration

Add a new View to display all the mail document, instead of clicking each folder one by one

User can see all documents from All documents view in Notes client, but there is no such function with Verse for Android/iPhone or Native mail for iPhone. Customer would like to have a new to display all the mail document, instead of clicking each...
over 3 years ago in Traveler 1 Under Consideration

Make url command ?searchview and Outputformat=JSON work together

The Outputformat=JSON function is very usefull but not beeing able to do a search view and get the same formatting is limiting.
over 7 years ago in Domino / Integration 2 Under Consideration

Execute Program Documents sequentally

It should be possible to create a Program Document and have them followed up by another Prgram Document when the task is completed. E.g. maybe you want to stop some tasks when DBMT is active: Program Document 1: server - c "tell http quit" at 00:5...
over 4 years ago in Domino / Administration 1 Under Consideration

Renaming a site on resource database

This request will allow administrator to edit site name for RNR database
about 6 years ago in Domino / Templates 1 Under Consideration

ForAll variable to follow type of array element

Sub Initialize Dim ns As New NotesSession Dim db As NotesDatabase Set db= ns.Currentdatabase ForAll vw In db.Views If vw. ... End ForAll In this snippet, vw is a Variant and not a NotesView, which is terribly unpractical. Suggestions: eith...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration