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 external (twitter, salesforce, o365) connectors to simple action notes agents

Notes agents are no different from Microsoft Flow in that their simple actions work on a condition / action architecture. Flow is very successful because it offers a bunch of connectors by default - not just in a simple db / sharepoint list, but c...
about 4 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

Update GIT Plugin

The git - Plugin as described at "https://www-10.lotus.com/ldd/ddwiki.nsf/xpDocViewer.xsp?lookupName=IBM+Redbooks%3A+Lotus+Domino+Development+Best+Practices#action=openDocument&res_title=3.7_Source_control&content=pdcontent" is very old. I...
over 5 years ago in Domino Designer / LotusScript 1 Assessment

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

Web based domino designer

That would be great to have a web based domino designer
over 5 years ago in Domino Designer / LotusScript 1 Assessment

NotesHttpRequest support for self signed certificates

When using the NotesHtppRequest to call a web service running with self signed certificates the client aborts with an SSL Certificate error. When adding the parameter DEBUG_NotesHttpRequest=1 the log file shows the message: "SSL certificate p...
over 4 years ago in Domino Designer / LotusScript 5 Assessment

LotusScript NotesRegistration class ( new property NoteId )

When registering a new user using the RegisterNewUser method from NotesRegistration the NoteID / UNID of the created person record in names.nsf is not returned by the method. Having access to the NoteId / UNID would be extremely useful when prog...
over 4 years ago in Domino Designer / LotusScript 1 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