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 on products and upcoming events around #dominoforever, please visit: HCL Domino Page


ADD A NEW IDEA

Clear

LotusScript

Type ahead in Lotusscript editor in code with bugs

Make sure the type ahead is working, even if there are errors in the code.
9 months ago in Domino Designer / LotusScript 1 Under Consideration

Build All also shows if code referencing other code needs a recompile

While the idea https://domino-ideas.hcltechsw.com/ideas/DDXP-I-763 describes automatic recompilation, this idea describes notifying the developer. Currently there is no indication in the Problems tab. If code referencing other code needs a recompi...
6 months ago in Domino Designer / LotusScript 2 Under Consideration
276 VOTE

Show LotusScript variables that are declared, but not used.

LotusScript developers would benefit from this. This would be helpful for cleaning up code.
about 8 years ago in Domino Designer / LotusScript 2 Assessment

Domino Designer: Add a feature Strict type checking option at compile time

Currently, strict type checking is only happening at runtime and it is working as designed. As an end user/developer, Domino Designer's compiler needs to add a strict type checking feature at compile time. It is a feature of statically typed progr...
5 months ago in Domino Designer / LotusScript 1 Needs Review

Add new/extend LotusScript classes in core LotusScript

Include LotusScript extensions just shown into the core LotusScript engine so they can be used on Domino server, Notes and Nomad clients. Timezone management and conversion HTTP handling of Binary files All sorts of hashing algorithms exposed to L...
about 2 years ago in Domino Designer / LotusScript 2 Assessment
189 VOTE

Lotus Script method for export document as PDF

Lotus script method for export/save documents as PDF
over 6 years ago in Domino Designer / LotusScript 5 Assessment

Add JSON pretty format to the the JSON class in Lotus Script

Lotus Script JSON stringified output is always compressed and does not format the data pretty printed. There are many tools out there which could reformat the JSON output.But this would cause a round trip to an external comand like JQ which would ...
about 2 years ago in Domino Designer / LotusScript 0 Assessment
103 VOTE

Make Domino Designer a modern IDE

Compared to other modern IDEs, Domino Designer is outdated. Missing keyboard shortcuts, autocomplete, intellisense. All those useful features that modern IDEs have. Just honestly use VSCode for a week and compare it to the Domino Designer to feel ...
about 4 years ago in Domino Designer / LotusScript 4 Under Consideration

Please remove the 64k limit from NotesHTTPRequest

Please remove the 64k limit from NotesHTTPRequest. It accepts a String as input, those can be 2 GB. Also helpful if it would accept a NotesStream, so proper encoding can be ensured.
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Add a LotusScript method to notesdocument to get the users access level.

You can get a users access level to the database with db.QueryAccess. A similar method should be added to NotesDocument, so a web agent can check a users permission for the ability to edit a document before attempting to make any changes.
11 months ago in Domino Designer / LotusScript 1 Needs Review