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

LotusScript

Showing 212

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 1 year ago in Domino Designer / LotusScript 1 Under Consideration

Insert programmatically well formatted URLs into richtext

As a Notes developer I would like to insert well formatted URLs into rich text. In the Notes client this is possible manually. Programmatically the richtext item offers the method AppendDocLink. Call notesRichTextItem .AppendDocLink( linkTo , c...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

A view column, that is used to change the view lines back- or foreground color, should be programatically identifiable

If one intends to export with a generic class a view via Lotusscript one runs into the problem that the viewentries column values can contain color information and they can'tbe identified as such. Just assuming that every column value which contai...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

msgbox: console output should include the nsf in "HTTP Server: Agent message: <text>"

So that we can identify the offending app.
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

LotusScript: Empty arrays

Like in, for example, Javascript.
about 5 years ago in Domino Designer / LotusScript 2 Under Consideration

Allow alias as return value from ws.prompt

Please add option to set an alias value to the 'values' parameter of the ws.prompt method so that the return value is the alias instead of the values seen by the user. variant = notesUIWorkspace .Prompt( type%, title$, prompt$ [, default ] [...
over 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Add the ability to put '++ and '-- to indicate a section of lotusscript, that by default is collapsed

Sometimes there are huge if/then of do/until loops that would be nice to collapse the contents
almost 6 years ago in Domino Designer / LotusScript 0 Under Consideration

LotusScript to browse/edit URL links (Hyperlink or Hotspot)

Function for LotusScript to process URL links created by Notes clients in the Body field with the following functions Menu: [Create] - [Hyperlink] Menu: [Create] - [Hotspot] - [Link Hotspot] For example, LotusScript can look for Document Link...
8 months ago in Domino Designer / LotusScript 0 Under Consideration

DB.FTSearch/DB.Search: Flag to Identify that the search text actually found in the attachment or in the document fields

Db.FTSearch/DB.Search searches in the entire document irrespective of document fields and attachments. As of now there is no such flag found which can identify that the search text actually found in the attachment or in the document fields. Please...
almost 2 years ago in Domino Designer / LotusScript 4 Under Consideration

How to get the value of X-Forwarded-For in the "Remote_Addr" field?

Load balancer has a setting such as "enable / disable" for X-Forwarded-For. If one can't get the value of X-Forwarded-For in the "Remote_Addr" field, is there another way to get the value of X-Forwarded-For? Can it be achieved through scripting or...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration