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 210

Expand 64K limit of array (LotusScript)

I heard that there is a plan to use LotusScript to access the camera of the device. I'd like you to extend the array limit to handle files larger than 64 K.
over 5 years ago in Domino Designer / LotusScript 5 Under Consideration

Set breakpoints in Lotusscript window, not just at debug session start

Current handling is unfortunate especially for (custom) classes since they are not broken down into their methods for conveniant selection in the debugger dropdown. One has to scroll through a rather lengthy text window until the desired section i...
over 5 years ago in Domino Designer / Debugger / LotusScript 0 Under Consideration

Provide LotusScript access to get and set ALL agent properties

No description provided
over 5 years ago in Domino Designer / LotusScript 4 Under Consideration

Show LotusScript functions or subroutines that are not called.

No description provided
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration

Support optional parameters in LotusScript

Provide the ability to define optional parameters for a LotusScript function. Also support the ability to define a default value should an optional parameters not be provided.
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration

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

RunOnServerWithDocumentContext !!

We all know about NotesAgent (Java Lotusscript and SSJS) - .RunOnServer, that receive noteid of a SAVED document with parameter - .RunWithDocumentContext, that receive a documentContext (unsaved) but in Notes client executes with client rights ...
over 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Add SetColorForCell method for NotesRichTextTable object

Now we can use only Main Color and Alternate Color for all NotesRichTextTable
over 5 years ago in Domino Designer / LotusScript 0 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

Make NotesDocument.Added Property accessible

From Tim Paque et al I don't know how many manhours this would have saved me, but ancient records finding their way back into dbs can often only be found by the added property. However this property is currently only available through the API ma...
over 5 years ago in Domino Designer / @Formulas / LotusScript 2 Under Consideration