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 874 of 8909

Add Properties to Field Class in LotusScript

At the least, name, value, text etc.
over 7 years ago in Domino Designer / LotusScript 0 Under Consideration

Add more columns from App settings into new Admin dashboard

Add following columns from Application settings in the view list of the new Admin dashboard (appears on top banner) that is introduced recently with Domino Leap 1.1.2. And these columns needs to be searchable also. 1. Application Language. 2. ...
over 2 years ago in Leap 2 Under Consideration

Rapid initialization of typed arrays

Like Javascript, for example: Dim daysOfWeek() as String daysOfWeek = [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"] or Dim coolNumbers() as Double coolNumbers = [ 0, PI, 42, 666, 6174 ] #####I'm aware that we can ...
over 6 years ago in Domino Designer / LotusScript 1 Under Consideration

Fixing Compatibility Between HCL Notes 12 and Notes 9 Regarding the GetDocumentByKey Method

Problem Description: When I compile an application in Notes 12 that uses the following code: Dim aKey(1 To 2) As String aKey(1) = "ABC" aKey(2) = "123" Set doc = view.GetDocumentByKey(aKey) The HCL Notes 12 client works correctly and finds the...
7 months ago in Domino Designer / LotusScript 1 Needs Review

Move record to next stage in workflow based on date

Would it be possible to add the feature of moving a record to the next stage based on date? Similar to the stage reminders function, allowing one to define a trigger date based on: value in form + n-days (work or calendar days) arrival in stage + ...
11 months ago in Leap / Documentation 0 Needs Review

Multiple filters in View Data

Currently, a filter can be created in View Data, but only one can be saved. Please make it possible to create and save multiple filters, as it would be desirable to view the data in multiple ways.
over 2 years ago in Leap 0 Under Consideration

About ReadEncoded method of NotesStream class

I have heard that there is a bug in the ReadEncoded of the NotesStream class. Please fix it and release it to the public.
almost 2 years ago in Domino Designer / LotusScript 1 Needs Review

small style sheet editor

a small and basic "style sheet editor" for volt, integrated directly in the "designer"
over 4 years ago in Leap 1 Under Consideration

Allow specifying "" for current database in PickListStrings or PickListCollection LS methods

When you use "" to specify the current database within the PickListStrings or PickListCollection LotusScript methods (both of the NotesDatabase class), the following runtime error occurs: "Notes error - Incorrect argument: non-null string expected...
over 2 years ago in Domino Designer / LotusScript 0 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...
11 months ago in Domino Designer / LotusScript 1 Needs Review