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 1238

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 Assessment

Add namespace property to (Notes)DominoQuery class

When working with DQL, best practice is to create/update/remove indexes programmatically using their according methods. To avoid conflicts with existing views of the same name, all indexes created should have a prefix. This can be achieved by usin...
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

please extend the NotesDocumentCollection class with a ".Search" method, in addition to the ".FTSearch" method

it is a great way to search a NotesDocumentCollection with ".FTSearch". With a ".Search" we could narrow down the search in the collection more precisely. And the same for a NotesViewEntryCollection - please ;)
about 3 years ago in Domino Designer / LotusScript 0 Needs Review

possibility of displaying a help line for actions onMouseOver

insert the possibility of displaying a help line for actions even when only show icon in action bar is not selected
about 3 years ago in Domino Designer / Views 0 Needs Review

Add a keyword to @DbLookup to continue past non-matching keys

If you call @DbLookup with a list of keys, the lookup will stop after the first non-matching key. I would like it to keep going and process the rest of the keys in the list. For example, say you want the entries for the months February, March, Aug...
over 3 years ago in Domino Designer / @Formulas 1 Under Consideration

NotesItem object: better handling of duplicate items

There are occasions where we have to deal with multiple instances of an item within a document. One example is $FILE. The current API (LotusScript and Java) has a method "NotesDocument.getFirstItem". What is missing here is something like "NotesDo...
almost 4 years ago in Domino Designer 3 Under Consideration

Core Control Link in Xpage (launched in Notes client) needs to be opened in external browser when clicked

Allow links clicked in an Xpage (that is launched from Notes Client 9 or 10) to be displayed/opened in external browser: 1. Create a new xpage onto a blank Notes db 2. Add Core Control Link onto the xpage 3. Set the URL to a site known to be acces...
about 4 years ago in Domino Designer / XPages 0 Under Consideration

Allow the copied shared columns to have a shared flag that can be switched off to make it un-shared and make the properties visible and editable

Allow the copied shared columns to have a shared flag that can be switched off to make it un-shared and make the properties visible and editable.
about 4 years ago in Domino Designer / Views 0 Under Consideration

Add support for IBM AIX on Domino AppDev Pack product

Currently, ONLY Windows and Linux are supported on AppDev Pack. This is to request that AIX will be supported as well
about 4 years ago in Domino Designer 1 No Plans to Implement

Insert programmatically well formatted URLs into richtext

As a Notes developer I would like to insert well formatted URLs into rich text. In the Notes client this is possible manually. Programmatically the richtext item offers the method AppendDocLink. Call notesRichTextItem .AppendDocLink( linkTo , c...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration