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

@Formulas

Showing 33

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...
9 months ago in Domino Designer / @Formulas 0 Needs Review

Commands to change the frame size in a frameset

Although the mouse can be used to change the size of each frame in a frameset, it would be useful to have the ability to change the size with a command or LotusScript. For example, one could specify the height or width of a particular frame as a ...
9 months ago in Domino Designer / @Formulas 0 Needs Review

Frameset Display Switching Command

OpenFrameset @Commnad opens a new frameset, but displays multiple framesets that one database has at the same time. We are requesting the ability to swap the display of frameset. The following process will close the database that has the frames...
10 months ago in Domino Designer / @Formulas 0 Needs Review

Find and Replace should work correctly for Formula inside a form

In the Domino Designer, finding all occurrences of some code in fields with Formula language is virtually impossible. Ctrl-F or Find and Replace doesn't search consistently everywhere in a form. LotusScript is ok, but then only LotusScript. If the...
10 months ago in Domino Designer / @Formulas 0 Needs Review

Allow @Return in column formula

As per official help documentation: https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_RETURN.html "@Return should not be used in column formulas." Allow @Return to be used in column formula. This is will be useful when you only want the remai...
about 1 year ago in Domino Designer / @Formulas 0 Needs Review

@ValidateInternetAddress does not return correct result

@ValidateInternetAddress ( [ Address821 ] ; "?.?@domain.com" ) This formula says, that the given Internet Mail Address is correct. But that is not true.
about 1 year ago in Domino Designer / @Formulas 5 Needs Review

@Formula scriptlibrary that I can re-use across my design elements

If I have an @Formula function that I want to reuse across my design elements (e.g. Postopen event for all views and database script) I have to rewrite the function for every design element. It would be much handier if I could store the code as a ...
over 1 year ago in Domino Designer / @Formulas 1 Needs Review

Add parameters to @Command( [FilePageSetup] )

Currently @Command( [FilePageSetup] ) displays a dialog on which user has to interactively specify parameters such as page margins. It should be possible to set all these parameters automatically by @Command and/or through LotusScript method.
over 1 year ago in Domino Designer / @Formulas 0 Needs Review

Request "ViewExpandWithChildren" works on the Web

ViewExpandWithChildren of @Command doesn't work on the Web. We request This command works on the Web. The following is the help for this command. ViewExpandWithChildren @Command (Formula Language) https://help.hcltechsw.com/dom_designer/12.0.0/bas...
over 1 year ago in Domino Designer / @Formulas 0 Needs Review

Change field frame color dynamically/programmatically

It would be nice if we have the possibillity to change the color of the frame of fields dynamically via e.g. @Formula. This e.g. could be used for input validation and would create a better user experience.
over 1 year ago in Domino Designer / @Formulas 1 Needs Review