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

Domino Designer

Showing 1278

Undocumented parameter NotesUIWorkspace.SetTargetFrame("_blank")

I struggled with the usage of SetTargetFrame. I opened a document in the left frame in a frameset with two frames. Then I opened a second document in the right frame in the same frameset using Call uiws.SetTargetFrame("Frame2") Afterwards, several...
4 months ago in Domino Designer / Documentation 0 Assessment

Make view OnSelect event work for an embedded view from a remote database

The view Onselect event works in embedded views from the same database but not remote databases. Onselect can be used to return selected document IDs in the embedded view to the parent NotesUIdocument. It would be great if this functionality was e...
4 months ago in Domino Designer / LotusScript 1 Needs Review

Allow use of ViewNavigator in FT-searched views

Currently, if you use any of the FTSearch* methods on a view, then `ViewNavigator`s you create for the view won't respect the search, instead forcing you to use getAllEntries(). However, that limits the optimizations you can perform and, at the ve...
over 1 year ago in Domino Designer / Views 0 Under Consideration

Easier way of fixing UNK table problem (FT index thinks field is different type)

Example: Create a field (Number), and create-save a document with that field set. Then create FT index for database Then change field type from Number to text, create a new doc & save (easily done when a field looks like it can be numeric but ...
about 6 years ago in Domino Designer 8 Under Consideration

Add API (Lotusscript/Java, etc.) method to place text into the OS clipboard

Ability to call a method to place arbitrary text into the OS clipboard without having to select a NotesUI field value and call copy (e.g., placeTextinClipboard(string) ). I often place non-field value text into the clipboard and achieve this by wr...
over 2 years ago in Domino Designer / LotusScript 1 Under Consideration

NotesDocument.IsChanged

A new NotesDocument property which shows if the document was changed. Return value: list of changed items. (only user items! so, except, updatedBy, LastModified, $Ref.....)
about 6 years ago in Domino Designer 6 No Plans to Implement

Add a deprecated tag to documentation for features that should not be used more / there only for backward compatibility

For a newcomer in Domino development, the documentation exposes all the "history" of Domino development. Some of theses features are clearly no longer recommander to be used or can't be. For example NSFDB2. But when you read the documentation with...
over 3 years ago in Domino Designer 1 Under Consideration

Enhance LotusScript function NotesDatabase.getOption(optionName%)

GetOption was introduced to the NotesDatabase class in V6. It allows to determine, if specific Options are set or not. But by design, it only accesses options1 from the database header. Other options are stored in options2 - options4.Those option ...
about 5 years ago in Domino Designer / LotusScript 3 Assessment

NewInstance parameter needs to recognized in notesUIWorkspace.EditDocument method

>>>>>>>Observation Scenario for Target and Pointer database setup: 1. Target database - It contains user records with some basic user information. 2. Pointer database - It contains pointer documents. After creating some user r...
about 1 month ago in Domino Designer / LotusScript 0 Needs Review

Allow multiple folders or view selection in the "In Folder" condition in Document Selection agent

In Domino Designer, the "In Folder" condition in the Document Selection agent does not allow you to select multiple folders or views although the Input dialog box for "In Folder" says that multiple folders can be selected. In the Setup dialog box,...
about 1 month ago in Domino Designer / Views 0 Needs Review