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 18

Add Group lookup in NotesDirectory and NotesDirectoryNavigator classes

It would be good to add functionality to do lookup of groups also in these classes and also other things that a developer might need to lookup in the nab/nabs but primarly groups. I know you can use this function to do a $namesfieldlookup and get ...
about 1 year ago in Domino Designer / LotusScript 0 Assessment

Collapsable code loops in lotus script

When looking at lotus script it would be super helpful in longer code sections to be able to collapse the code for while, do, for, etc loops - look at most other design development tools and this is a standard option.
over 1 year ago in Domino Designer / LotusScript 1 Assessment

Rephrase 'Stop running agent on this date' option

In a scheduled agent with an interval of more than once a day, daily, weekly, and monthly you can define the date you want it to stop running in the 'Stop running agent on this date' option. Unfortunately, the label is unclear and confusing, beca...
over 1 year ago in Domino Designer / LotusScript 0 Assessment

Fix AppendTable() Limit Bug

NotesRichTextIteam.AppendTable() allows 255 rows. At least according to the documentation. However, even in V12 the number of rows is limited to 29, or so. Using the client it works, but not using LS. Error message is "Illegal column width - check...
over 1 year ago in Domino Designer / LotusScript 3 Assessment

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 a feature to sort functions/subs/members in LS Libraries and classes

Add a feature similar to the Eclipse "Sort Members" to sort functions/subs/members in LS Libraries and classes. This would make it easier to compare the real code changes in 2 applications with V12.0.1 CompareDBs
over 2 years ago in Domino Designer / LotusScript 1 Assessment

Support backtick (grave accent) in Javascript script libraries

When creating a Javascript script library, if you use template literals, Domino Designer will prevent the script library from being saved. It is claiming the backtick is an invalid character.See more details here: https://support.hcltechsw.com/csm...
almost 3 years ago in Domino Designer / LotusScript 0 Assessment
168 VOTE

Lotus Script method for export document as PDF

Lotus script method for export/save documents as PDF
almost 4 years ago in Domino Designer / LotusScript 4 Assessment

Download files using NotesHttpRequest class

Currently we are not able to download the files, images (binary files) or files which are encoded with Base64 when we use the NotesHTTPRequest, or NotesJson clasess.It will be very helpful if we have any methods for file handling using lotus scrip...
about 4 years ago in Domino Designer / LotusScript 3 Assessment

Lotuscript command to replicate (NotesDatabase.Replicate) in the background and not in the frontend

At present, starting a replication from the UI is a no go. Everything stops as the replication takes place in the foreground. When launching replication from the desktop, the user can choose foreground or background. This flag would make it much e...
about 4 years ago in Domino Designer / LotusScript 0 Assessment