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 95 of 8026

The EditInsertSignature command needs an option to prevent blank signatures

Notes v14 was released recently with the change to have @Command([EditInsertSignature]) return 1 or 0 for "Done" or "Cancel" respectively. However, it does not go far enough. It needs an option to prevent blank signatures. This option should trigg...
3 months ago in Domino Designer / @Formulas 0 Under Consideration

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

@Formula to set Interline 1 1/2 in richtext item

I have a button above a richtext item to set the standard format. I tried to set the interline to 1 1/2.@Command([EditGotoField]; "Description"); @Command([EditSelectAll]); @Command([TextSetFontFace]; "Arial"); @Command([TextSetFontColor]; [Bla...
almost 3 years ago in Domino Designer / @Formulas 0 Needs Review

Add a way to get the index of the current element inside @Transform

Having access to the index of the current element inside @Transform would be very useful for certain applications, e.g. separate transforms for even and odd elements or referencing other lists. Something like @ThisIndex (compare @ThisName and @Thi...
over 3 years ago in Domino Designer / @Formulas 4 No Plans to Implement

@emptydate function

When computing date fields you sometimes want to set the datefield to a empty value. Today this isn’t possible at all the field becomes invalid and can give problems with compute with form.
about 4 years ago in Domino Designer / @Formulas 2 Under Consideration