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 363

CSV export in UTF-8 BOM format (for user registration)

It is not possible to export from a employee management notes database and import new users as csv text file with UTF-8 BOM format in the admin client. This is the REQUIRED format from HCL!
3 months ago in Domino Designer / LotusScript 2 Needs Clarification

QueryOpen/PostOpen event for Attachments on the Notes document

We often use events such as QueryOpen and PostOpen in the NotesDocument class to record information about the documents opened by the user and to restrict the opening of the document.In the same way, I sometimes want to do something with a file at...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Replace the view in the frameset with OpenView in NotesUIWorkspace.

Currently, it is not possible to use OpenView to switch views while a view is open in a frameset. We must open another frameset to switch views. We would like to be able to switch views within a frame with OpenView.
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

Add methods hasDocumentByUNID and removeDocumentByUNID

I'd like to have 2 methods in class NotesDatabase Function hasDocumentByUNID( unid as String ) as Boolean Sub removeDocumentByUNID( unid as String ) It will help developers write more clear code
over 4 years ago in Domino Designer / LotusScript 3 No Plans to Implement

Provide LotusScript access to get and set ALL agent properties

No description provided
over 5 years ago in Domino Designer / LotusScript 4 Under Consideration

Add Properties to Field Class in LotusScript

At the least, name, value, text etc.
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

A 'SelectedEntries' view property would be great

The views 'Documents' property only contains selected documents, as its name already says. But I know cases where one would like to have access to the categories, which were also selected by the user and secondly would it also allow to handle sepa...
over 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Adding rich content is notesuidocument

I'm often facing problems when working with notes ui thru Lotusscript and I want to add rich content to a richtext field. we need functions for appending http, document, view and database links images changing font, Bold, Italic, underline, color ...
over 3 years ago in Domino Designer / LotusScript 3 Under Consideration

Add optional "comment" parameter to (Notes)DominoQuery createIndex method

To identyfy views/indexes that have been created programmatically using the createIndex method of the (Notes)DominoQuery class, an additional (optional) parameter is needed in the createIndex() method. The parameter can be used to add a comment to...
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

Parameter for view.getDocumentBykey specifying the sort column of the view.

The View class getDocumentBykey searches within the first sort column of the view. For this reason, getDocumentBykey requires a separate view for each sort column. if one view has two sort columns, we want to specify the second sort column.
over 1 year ago in Domino Designer / LotusScript 0 Needs Review