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 100

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

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

Correct the DialogBox method error message when indicated form doesn't exits

When you use the "Dialogbox" method in Lotusscript, one of the required parameters is the Form that you want to use as Dialog. If this form does not exists in the aplication, the error message is something like "DialogBox cannot be used in this co...
over 1 year ago in Domino Designer / LotusScript 1 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...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Add preference for NOT using Option Public in LotusScript Agents and Script Libraries

I would like a preference to NOT use Option Public in LotusScript Agents and Script Libraries. It forces the developer to make things that can be shared explicitly Public, and promotes thinking abou what should be Public and what should be Private...
10 months ago in Domino Designer / LotusScript 2 Needs Review

Provide specific information when Notes Database cannot be opened

When accessing a database that's either encrypted or corrupted, the Notes Database object is not usable and there is no specific information. Sub Initialize Dim db As New NotesDatabase( "Server/Domain", "database.nsf" ) If db.IsOpen Then MsgBox ( ...
about 3 years ago in Domino Designer / LotusScript 0 Needs Review

Add FileCreated and FileModified properties for NotesEmbeddedObject class

We can see FileCreated and FileModified values in the Document properties dialog box for $FILE fields. We can see File Modified value in the Attachment Properties diallog box. But we can't get these properties for NotesEmbeddedObject class.
about 2 years ago in Domino Designer / LotusScript 3 Needs Review

View created using NotesDatabase.Createview and NotesQueryResultsProcessor.ExecuteToView not available in the database until reopen the database in notes client

The View created using NotesDatabase.Createview and NotesQueryResultsProcessor.ExecuteToView not available in the database until reopen the database in notes client created SPR #PSHECWHETW and Defect article KB0108044 https://support.hcltechsw.com...
4 months ago in Domino Designer / LotusScript 0 Needs Review

Activate spell check when using InsertText

When a user pastes text from the clipboard into a text field or rich text field with spell checking enabled, the misspelled words are marked red. When pasting the same text with the NotesUiDocument method InsertText, the misspelled words are not m...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Javascript everywhere

Today we can use Javascript in quite a number of places on a Notes form, as well as in views. But the Javascript is only able to access the UI. You can also not create agents using Javascript. What I would like to see is a Javascript API/extension...
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review