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 363

Backport LotusScript enhancements from Volt MX Go to Domino

At Engage 2022 it was announced that LotusScript would get new features like try/catch/finally, asynchronous operations or lambdas, but only as part of the Volt MX Go offering running in the Foundry server of MX. Please backport these enhancements...
almost 2 years ago in Domino Designer / LotusScript 0 Assessment

Add refactoring for variables/functions/subs in LS

Please add the refactoring for variables, function etc. in the Designer for Lotus Script.
almost 2 years ago in Domino Designer / LotusScript 2 Needs Review

LotusScript class NotesDominoQuery

Running a DQL query against a server based Database. Database contains ~500k documents and is full text indexed. Code is run as a server agent (On schedule = never, Target = None; then run from console as tell amgr run "<mydatabase.nsf>" ...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

GetDocumentByKey to include 'Variant' data type

When using GetDocumentByKey, on a two ordered columns: a String and a numeric value When getting a document using an array of Variant, where the first element is a String and the second a Long, AFTER the lookup - that correctly takes place - the n...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Outlines need an urgent overhaul

We nowadays can use our Notes application on mobile phones, tablets and other devices with smaller screens. That's why HCl allowed us developers to take care of the screen size in views and forms. But in the Notes Outline the most important option...
almost 2 years ago in Domino Designer / LotusScript 2 Needs Review

DQL: improvements on named variable handling and on documentation

Playing around with DQL, and especially with NamedVariables. The NotesDominoQuery class at the moment has 2 methods dealing with named variables: DQL.setNamedVariable("name", "value") DQL.resetNamedVariables() The more I try to use that concept th...
almost 2 years ago in Domino Designer / LotusScript 3 Needs Review

Missing documentation for NotesDominoQuery class

Currently working my way through DQL and QRP topics. Tried to get a catch on NamedResults and was wondering for a couple of days why I couldn't get it to work: I'm working on a simple query like Set nQuery = myDb.CreateDominoQuery() sQuery = "task...
almost 2 years ago in Domino Designer / LotusScript 1 Needs Review

Correction in Documentation for NotesQueryResultsProcessor is needed badly!

Online documentation list a method Set QRP = NotesDatabase.GetQueryResultsProcessor where it is Set QRP = NotesDatabase.CreateQueryResultsProcessor Offline documentation doesn't list that method at all under NotesDatabase... Same applies to Java d...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Misleading documentation must be corrected esp. in the NotesDominoQuery area

I'm currently fighting my way into the DQL and QRP classes (LotusScript/Java), and found many bad and misleading information as well as missing parts in Designer help. To begin with, there are only examples in the LotusScript area, Java examples a...
almost 2 years ago in Domino Designer / LotusScript 2 Under Consideration

Extend GetItemValue() function

In a large part of my LS code, I always have to use HasItem() to check whether the item really exists. It would be nice if an optional parameter could be passed that returns a default value if the item doesn't exist.
almost 2 years ago in Domino Designer / LotusScript 2 Under Consideration