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 1344

Rebuild Dependent Agents/Script when Script Library Classes are Updated

Changes to script library classes can break code throughout a database, with errors such as "Cannot find external name: EMAILREMINDER" occurring until the agents/scripts are re-saved. This can be frustrating as Designer doesn't automatically re-bu...
over 4 years ago in Domino Designer / LotusScript 3 Under Consideration

Exclude nonexistent/invalid resources from xpage resource aggregation in v10, similar to how it does in R9

Starting with v10 and on v10.0.1, xpage resource aggregation throws error 404 if it is referencing an invalid or nonexistent js library. This was not the case in Domino 9 versions. http://oliverbusse.notesx.net/hp.nsf/blogpost.xsp?documentId=2F1A...
over 6 years ago in Domino Designer / XPages 0 Under Consideration

Enhance LS2J

LS2J is very useful to let LS communicate with Java. You can use LS to invoke Java libraries. LS2J has many limitations. Please enhance LS2J so that we can make more new functions and solutions based on Java+LS.
over 6 years ago in Domino Designer / LotusScript 1 Under Consideration

New feature in Hide paragraph, displayed when printing, normally hidden.

Currently, it can be hidden when printing, but the desired functionality is as follows. Displayed only when printing, hidden except when printing. Currently, two forms need to be prepared and switched.
over 2 years ago in Domino Designer 0 Needs Review

Allow display of rich text items in view

There is an old restriction that summary items cannot be included in views. I don't need to include them in the index to sort the view by them, but I need to display them. It is already possible to display gif images in the view. They are not part...
about 5 years ago in Domino Designer 3 Under Consideration

Allow add to item array of objects "NotesDateTime"

I want that code below will work correctly and in NotesDocument will store array of dates Dim ws As New NotesUIWorkspace, uidoc As NotesUIDocument, cdoc As NotesDocument Set uidoc = ws.Currentdocument Set cdoc = uidoc.Document Dim ndt1 As New No...
over 4 years ago in Domino Designer / LotusScript 4 Under Consideration

Add new Methods to NotesUIDatabase and NotesUIFrameSet

Need way to manipulate View->Search this View programmatically. Many users suffer from unfriendly search syntax, for example so find "Lamborgini" user expect to search for "Lambo" and will get no results, while Notes expects "Lambo*" with aster...
almost 6 years ago in Domino Designer / LotusScript 2 Under Consideration

Ability to hide a row in a tabbed table

When designing, it would be nice to hide a row in a tabbed table so you can control when that tab is seen.
over 3 years ago in Domino Designer / @Formulas 7 Already Exists

Better syntax for Domino Query Language

Doing some tests with Domino Query Language at the moment. The language syntax is far from intuitive sometimes. Some examples: form = 'MProcessus' and (Active = 'TRUE' or Version = 0) is a correct query and delivers, Similar queries do...
almost 6 years ago in Domino Designer 2 Under Consideration

NotesEmbeddedObject add last modified property

Add a LastModified property to the NotesEmbeddedObject property. This will be useful for when you need to detect if a user has changed an attachment. The only other method of doing this is checking the name and file size haven't changed. The attac...
almost 6 years ago in Domino Designer / LotusScript 0 Under Consideration