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

My ideas: LotusScript

Showing 389

Ability for LotusScript to set the color and width of table borders

The SetColor and SetAlternateColor methods of the NotesRichTextTable class can set Table color. However, there is no function to set the color and width of table borders.
11 days ago in Domino Designer / LotusScript 1 Needs Review

Make a Lotus Script equivaluent for the Formula command @SetHTTPHeader

Unfortunately currently there is no way to set HTTP Header variables from a WebQueryOpen Agent being called from a web form. There should be a new command like this: Call session.setHTTPHeaderVariable(name, value) Also this should be working in We...
17 days ago in Domino Designer / LotusScript 1 Needs Review

add parameter for db.CreateCopy to remove template inheritance

if there could be a parameter to remove/blank out the "inherit design from template" when using db.CreateCopy it would help (or create a 'set' method to it in the NotesDatabase class of Lotuscript). This would benefit when using a DB as a starting...
17 days ago in Domino Designer / LotusScript 2 Needs Review

Stop reordering contents of raw .lss file after saving in Designer

Our project team utilizes Git version control to keep our incremental code changes well-organized. Because Git closely looks at file modification differences, however, our team constantly has to place significant time and effort into counteracting...
23 days ago in Domino Designer / LotusScript 0 Needs Review

Need LotusScript functionality like 'Copy Link As URL' in Notes Client

Currently, unable to use the LotusScript method/function to achieve the requirements like 'Copy Link As URL' in Notes Client. The requirement is to copy the URL from the Notes document and paste it into the clipboard using LotusScript.
23 days ago in Domino Designer / LotusScript 3 Needs Review

If then else shorthand like in java with some extras

I would like to have an if-then-else shorthand syntax like in java with a little bit of python spice. You all know the following syntax: condition ? expression1 : expression2 I do not stick to this exact syntax, especially because the colon is cur...
30 days ago in Domino Designer / LotusScript 1 Needs Review

Expose information about number of indexed documents, FT Index Size

It would be good to be able to get number of indexed documents and also FT Index size in bytes using Lotusscript and Java. This is when using Lotusscript checking size of a database including FT Index.
3 months ago in Domino Designer / LotusScript 0 Needs Review

Fulltext search string sanitizer

We need a sanitize function that will cleanup and FT search string like there is in other environments for SQL before using it in an FT search. And to have different levels of sanitation. I think there is lot's of Domino applications where you pot...
3 months ago in Domino Designer / LotusScript 0 Needs Review

Create function notesuiview.selectdocuments(documentcollection)

Create a function that passing a documentcollection in a notesuiview this mark all the documents the collection there're in this view. Make a equivalent in Lotusscript this function that is in formulas select (form="XXXX") & (Field="YYYY")
3 months ago in Domino Designer / LotusScript 0 Needs Review

Unable to upload multiple x509 certificates to person documents in Domino

We can understand that AppDev Pack was replaced by Domino Rest API addon. Using proton task in AppDev Pack the customer were able to manage (upload) multiple x509 certificates to person documents in Domino. Domino natively do not have such feature...
3 months ago in Domino Designer / LotusScript 1 Needs Review