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

Allow user to hide or show specific columns in a view

I'd like to add columns to a view that are invisible at first, but the user can make them visible, by right-clicking a column header and selecting visible columns. Just an example: in the catalog.nsf database, there is a field DbSize that I'd like...
almost 2 years ago in Domino Designer / Views 2 Needs Review

DQL: improvements on named variable handling and on documentation

Playing around with DQL, and especially with NamedVariables. The NotesDominoQuery class at the moment has 2 methods dealing with named variables: DQL.setNamedVariable("name", "value") DQL.resetNamedVariables() The more I try to use that concept th...
almost 2 years ago in Domino Designer / LotusScript 3 Needs Review

Missing documentation for NotesDominoQuery class

Currently working my way through DQL and QRP topics. Tried to get a catch on NamedResults and was wondering for a couple of days why I couldn't get it to work: I'm working on a simple query like Set nQuery = myDb.CreateDominoQuery() sQuery = "task...
almost 2 years ago in Domino Designer / LotusScript 1 Needs Review

Correction in Documentation for NotesQueryResultsProcessor is needed badly!

Online documentation list a method Set QRP = NotesDatabase.GetQueryResultsProcessor where it is Set QRP = NotesDatabase.CreateQueryResultsProcessor Offline documentation doesn't list that method at all under NotesDatabase... Same applies to Java d...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Misleading documentation must be corrected esp. in the NotesDominoQuery area

I'm currently fighting my way into the DQL and QRP classes (LotusScript/Java), and found many bad and misleading information as well as missing parts in Designer help. To begin with, there are only examples in the LotusScript area, Java examples a...
almost 2 years ago in Domino Designer / LotusScript 2 Under Consideration

Add Design Element Search Menu Item

The Search functionality available in the Package Explorer tab in Designer is a great tool to find all the places you have used a design element (e.g., view, agent, form, etc.). But, what would be even better is if in the "Application" tab you cou...
about 2 years ago in Domino Designer 0 Needs Review

Extend GetItemValue() function

In a large part of my LS code, I always have to use HasItem() to check whether the item really exists. It would be nice if an optional parameter could be passed that returns a default value if the item doesn't exist.
about 2 years ago in Domino Designer / LotusScript 2 Under Consideration

Finally fix NotesView.createViewNavFromAllUnread

It just doesn't work, not since yesterday but ever since 26 Aug 2013...
about 2 years ago in Domino Designer / LotusScript 0 Needs Review

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.
about 2 years ago in Domino Designer / @Formulas 7 Already Exists

Let AppendRTItem work as expected

By using this method the font information is lost when the Rich Text Items reside in different documents and use different fonts. The result is, that the content of the new Rich Text Item gets the first divergent font (other than standard). If thi...
about 2 years ago in Domino Designer / LotusScript 0 Needs Review