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 99

Improve setting headers and footers when printing documents

Setting headers and footers in the form properties is very limited. A simple requirement like this ID: xxx |SPACE_BETWEEN_LEFT_AND_CENTER| Customer: yyy |SPACE_BETWEEN_CENTER_AND_RIGHT| Page: 1 of 5 can't be set as a header right now, as you can't...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Internal service messages

In our workflow, the application prepares a mail in the user's mail box, then opens it using ws.EditDocument(...). Very flexible, albeit with a serious drawback: the mail moves out of my control, meaning that it gets very difficult for the applica...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Improve "Automatically Add 'Option Declare '"

It just doesn't work right, this option, especially when I have to update an older form that didn't have the Option Declare in it. The code in a button on the form contained a non-declared variable. Customer not happy, me not happy. I don't even w...
over 1 year ago in Domino Designer / LotusScript 2 Needs Review

Allow NotesStream to be handled in memory for streams greater than 51 KB instead of writing tmp file to disk

If the NotesStream is up to 51200 bytes then it is handled in memory, but if it is greater than 51200 bytes then it is written as a tmp file into the Domino temp folder. To test this, run the following LotusScript on a Domino Server (Windows) and ...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

User registration using Registernewuser LS API results in merged Person Document

Customer is running a custom code where they are registering persons to Domino and have now identified a case where 2 separate registrations resulted in a single person document with merged full names. The registration are made two days apart and ...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Allowing content type set to Other>application/json using the $$SearchTemplate form

When using $$SearchTemplates forms you cannot set the content type to Other>application/json on the Form Properties because Domino always tries to open the $$SearchTemplate to display the results using OpenForm instead of ReadForm. Being able t...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

New field type "Source code"

In some cases it is useful to store lotusscript in a text-/richtextfield in a notes document. This source code then is used to execute from a compiled script. This generally works fine. It would be very helpful if a new field type "Source code" (o...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

New parameter to specify default selection documents for views displayed in notesUIWorkspace.PickListStrings.

The last parameter of PickListStrings can specify a category. However, there is no parameter that allows specifying the default selection document. NotesUIView.SelectDocument allows the Notes client to select documents for the view it displays. A...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Lotusscript function to compress and uncompress string/data with zlib compression

It would be very helpful to have a possibility to compress and uncompress data using zlib compression. This would allow to create some common filetypes using just plain lotusscript. Espescially in nomad clients with its java and api restrictions t...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Add global variables to LotusScript similar to Session Scope variables like in XPages/SSJS

Inside databases you can use profile documents or named documents, but there is no way to set options globally - except the so called "environment" (notes.ini) which causes a lot of problems.
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review