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

Clear

Ideas

Showing 796 of 8849

Provision to transfer multiple users from role X to role Y dynamically

Submitting this idea for DLEAP. Suppose, there is a role X called "Readers" in the app which should contain users that are allowed to read the specific records. There is another role Y called "Managers". The "Managers" are allowed to approve workf...
8 months ago in Leap 0 Needs Review

Add email Reminders, Notifications, and Subscriptions to LEAP

App users with long running workflows would benefit from the use of reminder emails that they have outstanding work to complete. The ability for a LEAP admin to schedule a repeating reminder based on workflow stage inactivity or due date or some o...
over 1 year ago in Leap 0 Needs Review

Make Domino Designer LotusScript Eclipse editor respect CamelCase as documented

The old lotusscript editor, when completing object properites and methods, completes with the CamelCase name as in the documentation. The Eclipse LotusScript editor has failed to do so since it's introduction. It's about time it followed the stand...
about 7 years ago in Domino Designer / LotusScript 2 Under Consideration

Make mail transport service available in the service catalogue to enable a form designer to send an email on any javaScript event and not just as a submit activity

Make mail transport service available in the service catalogue to enable a form designer to send an email on any javaScript event and not just as a submit activity. It was possible for FEB and I know that for LEAP it was available for download fro...
about 2 years ago in Leap 1 Planning to Implement

Requirement to use @Picklist using LotusScript

@Functions can be used using "Evaluate" LotusScript method. https://help.hcl-software.com/dom_designer/14.0.0/basic/H_EVALUATE_METHOD_SESSION_COM.html However, the documentation of "Evaluate" method clearly says that --> The formula takes the f...
about 1 year ago in Domino Designer / LotusScript 3 Needs Review

Volt Service Configurations within a form to be able to pass attachments

Allow attachment object to be passed via service configuration. See similar forum post
over 3 years ago in Leap 0 Under Consideration

Add a new LotusScript class to manage search results in the client UI

A new class for displaying the document collection returned by a search in the Notes UI would make it easier for developers to display data to users. Just like there is a Notes UI document class and a Notes UI view class, a Notes UI search class w...
almost 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Expand 64K limit of array (LotusScript)

I heard that there is a plan to use LotusScript to access the camera of the device. I'd like you to extend the array limit to handle files larger than 64 K.
over 7 years ago in Domino Designer / LotusScript 5 Under Consideration

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 ...
about 3 years ago in Domino Designer / LotusScript 1 Needs Review

Add foreach to handle document collections

When looping a document collection, one has to use a structure like this Do Until(doc Is Nothing) <<code>> Set doc = col.GetNextDocument(doc) Loop or Do Until(doc Is Nothing) set docNext = col.getNextDocument(doc) <<code>>...
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration