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 362

Support Partial Classes in LotusScript

Provide support for partial classes in a similar way to that allowed in Visual Basic, C# etc, This would allow me to take a class defined in one LotusScript library (or the based Notes classes) and extend them in another place.
over 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Error handling: try.. catch java-style error handling in Lotusscript

Even javascript has this! java/javascript is like this: try { some lines of code... some code that erros } catch(error) { deal with error } With new Try Catch End Try block, Lotusscript could be .. Try Do this Do that Do anot...
over 5 years ago in Domino Designer / LotusScript 2 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

LotusScript hint list should default to declared variable type

Say you are writing LotusScript and declare a variable like Dim doc as NotesDocument Then later in the code you want to instantiate it and write set doc = new ... The classes hints list starts with "NotesACL" and lists all the possible classes ava...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration

Sort agents by type and schedule

a way to sort agents so all scheduled agents is shown after each other in designer.
over 5 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...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Need to get the Notes temporary folder location using LotusScript.

Notes temporary folder is generated randomly under Temp folder. Customer would like to get the handle of the folder using Lotusscript.
over 3 years ago in Domino Designer / LotusScript 5 No Plans to Implement

Break Long running lotusscript code

It would be good to have a way to break long running lotusscript code. Sometimes you get a long running lotusscript code that is blocking the client and you want to break it. It would be good to have some known keyboard sequence to press to break it.
5 months ago in Domino Designer / LotusScript 2 Needs Review

Copy Application, Application Design Only: include configuration documents such as keywords, profile documents, etc...

A common design pattern for Notes Applications is to make configuration documents that are normal Notes documents, or profile documents. These documents are essential to the correct functioning of the application and as such part of the design wit...
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Support optional keyword in Lotus Script

To make a more flexible subroutine, please support the optional keyword to define arguments.
over 5 years ago in Domino Designer / LotusScript 0 No Plans to Implement