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

Clear

Ideas

Showing 160 of 9014

@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 5 years ago in Domino Designer / @Formulas 0 Under Consideration

ANDI 508 Compliance Issues for Leap 9.2

Using the ANDI 508 tool focusable element <a> show an alert "[alt] attribute is meant for <img> elements." Using the ANDI 508 tool the "Select One" field shows a structure alert "List item's container is not recognized as a list becaus...
over 2 years ago in Leap / Documentation 1 Under Consideration

Can we overwrite "Input validation" used in multiple fields in a FORM through some single liner code/

"Input validation" has formula present for multiple fields in a FORM. All these formulas get triggered before document could be saved. This is working as designed. Can we prevent all these formula from being executed through some one liner code or...
over 5 years ago in Domino Designer / @Formulas 2 Under Consideration

Reset password in IDVault for user

reset the users' password in the IDVault
over 2 years ago in Admin Client / Documentation 1 Already Exists

Resetting all field types to their default values when using getChildren

After scanning a parent element, e.g., section using getChildren , request a single command to return all sub-element types to their default state, i.e., values on Form load as opposed to manually resetting as below.
almost 3 years ago in Leap / Documentation 0 Needs Review

Add document topic "How to make/leave person document without license".

Some of customers moved to other mail services from Domino intentionally left person document for mail transfer. If Notes certificate or internet password remains, those are counted as licensed user, and it causes license violation. Currently ther...
almost 3 years ago in Admin Client / Documentation 1 No Plans to Implement

Request that "View Selection" Formula can select the documents which belong to a folder

"View Selection" Formula can't select the documents which belong to a folder or not belong to any folder. Request the formula which pick up document from a folder at "View Selection" e.g request use @WhichFolders for "View Selection"
about 6 years ago in Domino Designer / @Formulas 2 Under Consideration

I wish to indicate to the imported object is existing or not, on the view.

I wish to indicate to the imported object is existing or not, on the view. When it is an attached file, you can check what is present in the document by @Attachments or $File field. Therefore, it is possible to display the presence or absence of a...
about 7 years 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 3 years ago in Domino Designer / @Formulas 0 Under Consideration

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 5 years ago in Domino Designer / @Formulas 4 No Plans to Implement