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 2123 of 8880

More User-Friendly Error Messages for NotesHTTPRequest

I've encountered a number of error codes for NotesHTTPRequest.Post(), all of which have the description "user-defined error". I haven't locked down the cause of one, but they are indeed errors of my own cause. But the lack of a helpful description...
over 6 years ago in Domino Designer / LotusScript 1 Under Consideration

Multi-Screen support

Multi-Screen support would be fine. For example the presentation is on one screen (monitor) and the videos of the participants are on the other screen (monitor).
almost 5 years ago in Sametime / Meetings 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

Expand the Field Class

Currently the field class only has Events. Allow us to get also the fields name.
over 6 years ago in Domino Designer / LotusScript 2 Under Consideration

Show Users who are locked out by ID-Vault

By default, if users type in the wrong password to access their ID for more than 10 times a day they will be locked out. The failed attempts are kept in the bad password cache, which will be reset after 24 hours. As of now there is no way for the ...
over 1 year ago in Domino / Administration 1 Assessment

Number of Records on Data Grid

The new component Data Grid shows the # of records I'm seeing in each page from 1 to 5 or from 6 to 10., but it doesn't show the total number of records. This information, # of records, will help the end users to navigate inside the Data Grid.
almost 4 years ago in Leap 1 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

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

Mail Online Migration Tools for Lotus Notes Bundle

Other mail system such as Zimbra, GMAIL has already mail migration tools for lotus notes migration. When i search in the google. I got many information about lotus notes migration to the other mail system. This is more decrease reputation in lotus...
about 7 years ago in Domino / Administration 5 Planning to Implement

Open Attachment via NotesUIDocument or NotesWorkspace

Currently it´s not possible to open attachments in Lotusscript. Yes we can extract them and open them with some shell means, but this isn´t true for Nomad. So we need some way to open an attachment in a NotesDocument without extractFile.
over 2 years ago in Domino Designer / LotusScript 2 Needs Review