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 1247

Create View and ViewColumn in Lotusscript

Expose more properties from view dialog and the view column property dialog in the Lotusscript Classes for views and view columns.So we can create / change views within applications better.
10 months ago in Domino Designer / LotusScript 3 Under Consideration

Sort all lotusscript Classes, Subs and Functions alphabetically in the Objects pane

Instead of the current spiffy random order
almost 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Property to check what is the default view of domino application

Please add a property to easily find out what the domino application's default view is. Currently, I am getting all the views using the Views Property of the NotesDatabase class and inspecting each NotesView using the IsDefaultView property, but t...
10 months ago in Domino Designer / LotusScript 0 Under Consideration

Resizable arrays (lists) in LotusScript

There should be a class similar to Java's ArrayList, a resizable array to put elements into it with methods like: list.add(Variant item) list.isEmpty() list.Iterator() list.removeAt(int index) list.remove(Variant item) list.size() ...
almost 6 years ago in Domino Designer / LotusScript 2 Under Consideration

Finish documenting $ViewFormat format

The $ViewFormat item in views and folders contains an ever-expanding list of structures, most of which have variable data. The C API documentation, however, mostly stopped bothering keeping up to date - half of the references stop around R4, while...
almost 3 years ago in Domino Designer / Views 6 Planning to Implement

Visual Studio integration

I love the Domino Designer when I develop Notes applications with forms, views, @formulas and LotusScript. But, lets face it: The Designer sucks when it comes to Java development (and XPages) and Web Development (javascript, css, html etc. ) So...
over 5 years ago in Domino Designer 0 Under Consideration

Modernize the Designer Components Properties windows such as Tables and Fields

The Properties of the Form and Views Designer elements are very outdated, if we compare with XPage, which has much more modern and easy to work properties windows, such as Script Editor and Style Editor. These features are already present in XPage...
over 2 years ago in Domino Designer 0 Needs Review

New Design element: Slider

As we’ll be able to use more touch devices in the future for Notes apps, it would be useful to have a new field type: Slider. It should appear in the native style (Windows, mac, iOS, Android,...) as is defined in the OS. It shound have a default, ...
over 5 years ago in Domino Designer 1 Under Consideration

new event for 'Checkbox' & 'Radio Button' field 'onChangeSelection' for LotusScript

An event that occurs when the selection in the Radio Buttom / Checkbox field is changed before the focus leaves the field. I want to be able to react to any changes in the selection, e.g. to call uiDocument.Refresh() -while the user stays in the ...
almost 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Add method overloading to LotusScript

We've only been asking for this since 1995 ... In OO languages you can usually create more than one method with the same name, but different signatures, that is different sets of parameters. This is called method overloading. This way you cou...
almost 6 years ago in Domino Designer / LotusScript 3 Under Consideration