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 1028 of 8851

PROMPT_YESNO default "NO"

The NotesUIWorkspace methode PROMPT_YESNO (2) add the Option default that we can set it to "NO"n And make it also with @Prompt available
over 2 years ago in Domino Designer / LotusScript 1 Needs Review

Better integration between Domino Volt and HCL SAP Connector

Since Domino Volt came with a free entitlement for SAP Connector, please make it so we can use this product directly within Domino Volt. For example, please make a service that can use SAP Connector to directly call SAP RFC / BAPI / TCode. Current...
over 4 years ago in Leap 1 Future Consideration

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.
over 2 years ago in Leap / Documentation 0 Needs Review

Sharing self-defined colors between items

6) sharing self-defined colors between items Able to create and use self defined colors for example in text elements. But not able to use these within other elements on the same form or application. This makes it harder to implement a uniform colo...
over 2 years ago in Leap 0 Needs Review

Enlarge dropdown item

Please enlarge the dropdown item. Often it is used for longer text items for selection that are not displayed fully. It should be similar as with text items to define if the dropdown is small, medium or large on terms of width.
over 2 years ago in Leap 0 Needs Review

retrieve stage ids by data source

Want to create a filter for data grids that filters on stage ids. What works is to provide a manual option list of stage aliases and ids. We need to show the stage alias for readability but need to input the stage id for filtering. This manual wa...
over 2 years ago in Leap 0 Needs Review

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

Static IDs for Automated Testing - DevOps

When trying to include Leap apps into automated testing tools we faced issues with dynamic generation of the field id attribute that changes every time the page refreshes.
almost 5 years ago in Leap 0 Under Consideration

Limit the selection to only the selection from the address book

We want to limit the selection to only the selection from the address book. There is "allow values not in list" option in field properties. But this option doesn't work in name field.
almost 5 years ago in Domino Designer / Views 1 Under Consideration

The ability to disable notes cache to get objects by lotusscript

When retrieving a document in LotusScript, the cache may return an old document. For example , this problem occurs bt the following steps and codes. Codes: (Decralations) Dim doc as NotesDocumet (Click) Dim session As New NotesSessionDim db As Not...
almost 5 years ago in Domino Designer / LotusScript 4 Needs Clarification