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 1237 of 8025

NotesClient forms: Make tab table header captions computable

Within the Notes Client the tab table header captions are still static entered text. Please add the possibility to enter a compute formula, like it already exists on other design elements, so it can compute to a dynamically value. On a UI refresh ...
over 3 years ago in Domino Designer 1 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

Indication in Editor if hidden text property is applied in Forms

Add indication in left margin of editor if there is hidden text property applied.
almost 2 years ago in Domino Designer 3 Needs Review

When copying a form, use Oldformname - COPY

We have a lot of views in a database, and when we create a copy in the Designer, we have to scroll up to the copied view which name starts "Copy of". Then, when I correct the name using F2, it moves away again... When a field is copied though, its...
about 2 years ago in Domino Designer 1 Under Consideration

Frame width

I want to display data different depending on whether a document is opened in a (smaller) preview frame or in a separate tab. With the @resolutionWidth and @resolutionHeight formulas, it is possible to get the dimensions of the client window. This...
10 months ago in Domino Designer / @Formulas 0 Needs Review

Need a functionality to set the OS environment variable using LotusScript method.

Currently, unable to use the LotusScript method to set the Operating system Environment variable. The requirement is to add an Environment Variable in the Operating system using the LotusScript method.
over 1 year ago in Domino Designer / LotusScript 2 Needs Review

Add formulas @DocAuthorFields and @DocReaderFields

In our applications, we have lookup view column formulas like this to read a document's write access on the view level without the need to open the documents: _authorfields:=@Trim(@Transform( @DocFields; "fld"; @If(@Begins(fld;"a_") | @Begins(fld;...
over 2 years ago in Domino Designer / @Formulas 2 Needs Review

New parameter to specify default selection documents for views displayed in notesUIWorkspace.PickListStrings.

The last parameter of PickListStrings can specify a category. However, there is no parameter that allows specifying the default selection document. NotesUIView.SelectDocument allows the Notes client to select documents for the view it displays. A...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Need another Option for view column totals

The problem: In a view one can select for a column the option: "None", "Total", "Average per document", "Average per subcategory", "Percent of parent category" and "Percent of all documents" But this is quiet limited. There exist user requests to ...
about 1 year ago in Domino Designer / Views 1 Under Consideration

Make it easier to create / update NSF from code. Headless designer as service on Domino server?

To implement CICD I want a simpler way to create/update an NSF when code has been submitted to GIT. Nowadays I am forced to use TFS, Powershell and Headless Designer. The last is some pain in the ass. Why can't I have something similar as headless...
over 5 years ago in Domino Designer 3 Under Consideration