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 1742 of 8964

NotesHttpRequest support for self signed certificates

When using the NotesHtppRequest to call a web service running with self signed certificates the client aborts with an SSL Certificate error. When adding the parameter DEBUG_NotesHttpRequest=1 the log file shows the message: "SSL certificate prob...
over 6 years ago in Domino Designer / LotusScript 5 Assessment

Desktop.dsk api

an api to read databases on each tab in desktop.dsk and add a database on a certain tab. And create a tab These three api calls would be really good to have.
about 2 years ago in Domino Designer / LotusScript 0 Needs Review

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...
over 4 years ago in Domino Designer / LotusScript 3 Under Consideration

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...
over 5 years ago in Domino Designer / LotusScript 1 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

Domino is unfortunately not capable of delivery "partial requests" / "range requests" with "from - to" syntax.

Customer reports that domino is not capable of delivering HTTP Partial Request (Range Request) for example on embedded video's in a web page. As domino cannot spool videos in a modern HTML5 browser/website without loading the whole video instead o...
almost 5 years ago in Domino / Administration 8 Assessment

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

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

Passing Params when doing a console run of an agent

If you do tell AMGR Run from the domino console it would be good to be able to add a third parameter that will be passed as the query string parameter similar to when doing a http get/post to an agent or as ParameterdocID. Because using this we co...
12 months ago in Domino Designer / LotusScript 1 Needs Review

Request to increase the 32K limitation of View and folder

There are many personal folders(about 1200 with hierarchy) in user's mail, when using IMAP client to subscribe the folders. Hit the error:Failed to subscribe the folder. The server responded: SUBSCRIBE Field is too large (32K) or View’s column &am...
about 6 years ago in Domino / Administration 1 No Plans to Implement