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

LotusScript

Showing 95

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 2 years ago in Domino Designer / LotusScript 0 Needs Review

Allow updating rich-text items to match in the back-end without using refresh

Currently, using NotesUiDocument.Refresh with the parameter True is the only possibility to access values entered in a rich text item directly in the back end document without saving the document. The current implementation gets problematic when a...
over 2 years ago in Domino Designer / LotusScript 1 Needs Review

Have a lotusscript OnEnter keyboard event for form fields

Scratch this - just realized an entry for this request already exists...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Disable "Public Encryption Keys" option from "Document Properties"

Customer is looking for option to not allow users to add/remove names from "Public Encryption keys" present in "Security" tab of "Document Properties" for any document.Requirement is to restrict users to not use this option somehow.
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Needs the ability to specify the size of the image file to import

By using the Import method of the NotesUIDocument class, it is possible to embed the image file. I want a property that specifies the size of the file to embed.
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Improve LotusScript Lists with something like a size or count property

I love using Lists in LotusScript, as well as HashMaps in Jave etc. There are a few things though that I've always missed with Lists: a size or count property/option telling us how many elemts are stored in a List if that is not possible for whate...
over 2 years ago in Domino Designer / LotusScript 5 Needs Review

Delete Private view from database

Requirement is to delete personal views belonging to all user's from the database. Is it possible to achieve this via script? The current functionality is that personal views are visible to only user who created them and not to others. There is a ...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Implement better error handling of GoToField

The behaviour of GoToField in NotesUiDocument class is not as expected. If a field with the given name does not exist at all in the form, the function does nothing instead of throwing error 4412. If a field with the given name does exist in the fo...
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

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

Make the standard mailfont and size available for Richtextfields

Please make the mailfont and size available to set it in a richtextfield via lotusscript. Now is not possibel to read the user current mailfont and size. we will set in the application the body field with this settings.
almost 3 years ago in Domino Designer / LotusScript 1 Needs Review