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 212

A NotesEntry should not contain all values, if the "Show multiple values as separate entries" is enabled

If one has a column in a view, where the option ""Show multiple values as separate entries" is enabled and one gets an entry object from i.e. a notesviewnavigator, in the column values Property is an array with all(!) values in that field, while i...
almost 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Add foreach to handle document collections

When looping a document collection, one has to use a structure like this Do Until(doc Is Nothing) <<code>> Set doc = col.GetNextDocument(doc) Loop or Do Until(doc Is Nothing) set docNext = col.getNextDocument(doc) <<code>>...
almost 4 years ago in Domino Designer / LotusScript 2 Under Consideration

picklistcollection adds a database icon to the workspace. Please provide option not to do this.

We often use LotusScript notesUIWorkspace .PickListCollection to present options for the user to select. If you specify a view from another database then an icon for that database is added to the users workspace. Users get frustrated when multiple...
almost 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Add the Notes version a new function is added to the designer help (F1)

For some functions the Designer Help shows the version with which the function was introduced. This was obviously abandoned in the versions from 10.x on, please add again.
almost 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Limitation of notesUIDatabase.Close() method.

Close() method does not work on Post Open event of database script if default launch Frameset contains more than 1 level of hierarchy for Named element mentioned inside launch Frameset. For example : default launch frameset (e.g. FramesetA) contai...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Classes and Methods/Properties to edit or modify Extended Access (Extended ACL)

There are classes to edit/modify Notes ACL like "NotesACL" and "NotesACLEntry" classes but there are no classes to edit/modify Extended ACL of databases like Domino Directory. Such classes would help to edit Extended Access via script.
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Programmatically Refresh a UI View opened by User A when a document is create by user B fron another view

Context: Using Notes client, User A have opend a view "MyView" who contains Document using Form "MyForm". User B Open another view and modify a document which is available in both view. We need the first view opened by User A to refresh / reflect ...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

I want to fix return value of ChangePassword method of Notessession class.

I executed the ChangePassword method of the Notessession class. Setting the new password to something simple that doesn't meet the password policy (eg, "a") will result in a 4825 error. Also, setting the wrong password for the old password will re...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

More options in richtext navigator class

We need better options to handle richtext Some examples tables, i.e. remove border cell, table add embedded images & remove images, add inline attachments, remove inline attachment
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Extend functionality of class NotesViewNavigator.

I'm as Developer want to have functions for change programmatically the sorting of view and get entries from sorted data. Without this functionality I can not create data-grid such as https://devexpress.github.io/devextreme-reactive/react/grid/dem...
about 4 years ago in Domino Designer / LotusScript 2 Under Consideration