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 of 8118

Provide more than one text line in PicklistCollection

The PicklistCollection dialog only prompts one line of text, even if the parameter prompt contains line breaks. Sometimes it would be very helpful if more than one text line could be displayed when the user needs to select a document based on more...
almost 2 years ago in Domino Designer / LotusScript 1 Needs Review

Request @SetViewInfo( [SETVIEWFILTER] works for non-categorized column.

The @SetViewInfo function is able to filter documents to those matching the first column, which must be categorized. e.g. @SetViewInfo ([SetViewFilter]; "ABC"; "Column1"; 1) This formula filters the view to display only those documents which conta...
over 2 years ago in Domino Designer / @Formulas 0 Needs Review

Ability to switch to Notes Client if LotusScript Debuger is open

No description provided
almost 6 years ago in Domino Designer / Debugger / LotusScript 0 Under Consideration

Make @IfError() Available Again

@IfError() was introduced in R6, but depreciated with R7 and therefor should not be used any more. Probably, because IBM wasn't able to fix some bug. - However, this @function is very useful and makes code much easier to read and understand than a...
over 3 years ago in Domino Designer / @Formulas 1 Under Consideration

Partial refresh of fields in Lotusscript

Today we can do a refresh of the complete form. It would be goot to be able to partial refresh of individual fields or all fields in form from a certain field to a certain field.
about 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Remove ClassLoaderUtil.checkProhibitedClasses

This method is called inside the ModuleClassLoader for an XPages application and appears to be designed to stymie developers from accessing certain internal classes. However, beyond that extremely-questionable goal, it's overly broad, blocking all...
over 2 years ago in Domino Designer / XPages 1 Under Consideration

Ability to create Date/Time item with only date information in LotusScript

When a Notes client opens a form and saves a date field that does not display a time, a date-only date item is created that has no time or time zone information. This item information can be found in the value of the document property. LotusScri...
10 months ago in Domino Designer / LotusScript 2 Needs Review

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...
almost 6 years ago in Domino Designer 3 Under Consideration

Make new Lotus Script function "ShellAndWait"

The existing shell functions only call the external target but do not wait for its ending. It runs asynchronous. Therefore it would be great if there was an additional Script function which wait for the called program to end. Mark Reiser, sir...
almost 5 years ago in Domino Designer / LotusScript 4 Under Consideration

Enable DQL via database properties box

Instead of: Procedure To add the design catalog to a database, use the following updall command: load updall <mydb.nsf> -e I want to add the design catalog for a db via the database properties. By this way it is: simple to enable, not via co...
over 1 year ago in Domino Designer 0 Needs Review