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 872 of 8905

Make Domino IQ useable in Domino LEAP

Make it possible for a Business User to consume Domino IQ in Domino LEAP as a service
about 1 year ago in Leap / Documentation 0 Needs Review

I want to export Domino Leap data in .xlsx format.

Currently, when exporting Domino Leap data to Excel format, it is saved as .xls format. Could you please support the latest .xlsx format? While it hasn't become an issue yet, there is a possibility of exceeding 65,536 records during actual operati...
4 months ago in Leap 0 Needs Review

Better handling of app ids / Import option to "retain app id"

In domino leap it's possible to connect from one app to another app by service e.g. to read basic data from a central app. The app id of the refered app is stored within the service information.When moving apps between servers by export/import a d...
over 1 year ago in Leap 0 Needs Review

I need a function to sort an array.

The @ function has @Sort, and JavaScript has Array.sort(). it would be useful if LotusScript also had a function to sort arrays.
almost 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Make sending calendar invitation from HCL Domino Leap to HCL Notes Client user possible

At the moment I can´t find any workaround to get a calendar invitation sent from HCL Domino Leap. This was requested on several occasions from our customers.
over 2 years ago in Leap 1 Under Consideration

NotesRichtextItem class needs a new attachment function addEmbeddedObject

Today we have embeddobject it would be good if you could get a emdeddedobject from another document/richtextfield and use a function that would add an embedded object to a richtextfield. Instead of as today Save it to disk and after that embedd it...
almost 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Make the NotesJSON... classes support more valid JSON

Please make the NotesJSON... classes support more valid JSON. Nicely formatted legal JSON with whitespace should be parsed. Also, nice would be the option to output nicely formatted JSON, for easier consumption by a human.
about 4 years ago in Domino Designer / LotusScript 2 Under Consideration

Add methods canRead, canEdit, canRemove

I'm, as a developer, want to have 3 methods in class NotesDocument. This are: Function canRead( [in_name as NotesName] ) as Boolean Function canEdit( [in_name as NotesName] ) as Boolean Function canRemove( [in_name as NotesName] ) as Boolean De...
about 6 years ago in Domino Designer / LotusScript 1 Under Consideration

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...
almost 6 years ago in Domino Designer / LotusScript 0 Assessment

Add HasElement to the NotesJSONNavigator class to test if an element exists

There is the GetElementByName method for a NotesJSONNavigator in LotusScript. A serious drawback is that it gives an error when trying to get an element that isn't there. Please supply HasElement (or just don't generate the error).
over 3 years ago in Domino Designer / LotusScript 1 Needs Review