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

FILTER BY CATEGORY

LotusScript

Showing 326 of 7193

Make NotesDocument.Added Property accessible

From Tim Paque et al I don't know how many manhours this would have saved me, but ancient records finding their way back into dbs can often only be found by the added property. However this property is currently only available through the API ma...
over 4 years ago in Domino Designer / @Formulas / LotusScript 2 Under Consideration

Fix error "Error processing use list module"

I cann't use "library" in form and subforms (on this form) simultaneously.
almost 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Lotus script method to get the size of ACL entries in a database

As of now there is no way to check the size of ACL entries on a database. It would be helpful to have a method to get the size of ACL entries on a database. We can avoid the limitation of 32k for ACL entries by using groups or wildcards in ACL, bu...
over 2 years ago in Domino Designer / LotusScript 1 Needs Clarification

Eclipse editor: auto-indent on paste only seems to work when pasting text which was copied from the Eclipse editor

This should be supported when pasting from an external source too.
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

AutoUpdate for Any template

provide set of functions, that will allow users of template, autoUpdate their apps. If templates would have Autoupdate, developers will be more engaged to deliver new versions, while template users - faster access to latest version. everybody sho...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Domino user session @command or lotusscript and jss for programming

User session should be programming to check status or terminate who is online or access the server or database.
about 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Feature to search the script library within the server and extract the database names which contains it.

It will be good idea to have a feature to search the script library within the servers all the databases and provides the option to extract the database names which contains it.
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

I don't know how to use CancelSendOnMissingKey

I do not understand how to use CancelSendOnMissingKey of NotesDocument class.Set True to CancelSendOnMissingKeyWhen I send an email, I get error number 4000, but I want another number. I wrote my findings on my blog.Please refer to it.https://guyl...
about 3 years ago in Domino Designer / LotusScript 2 Under Consideration

Encoding directories on Mac client

Using the dir$ statement on a Mac, characters are being encoded in a certain type of UTF-16. Using this encoded string does not work for Open statement. LotusScript should use encoding/decoding consistently
over 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Adding out of scope errors

If you create a function and in this function call another database and return a document the document will be recycled and nothing will be returned.It would really be good to Log some kind of error here because it did work in the client but not o...
almost 2 years ago in Domino Designer / LotusScript 2 Needs Review