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 879 of 8854

Open XPage in a Notes Framset

Probably a challenge. An XPage should be able to be displayed in a frame of a framset. So far, XPage is going to be a new tab. It would be good to link an XPage in an outline to show it in the frame next to it.
about 7 years ago in Domino Designer / XPages 1 Under Consideration

Rapid initialization of typed arrays

Like Javascript, for example: Dim daysOfWeek() as String daysOfWeek = [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"] or Dim coolNumbers() as Double coolNumbers = [ 0, PI, 42, 666, 6174 ] #####I'm aware that we can ...
over 6 years ago in Domino Designer / LotusScript 1 Under Consideration

Add option to display info about sender in mail header as link or dropdown

Currently in Verse on Android it is not possible to see the sender address/info in header, add option to either dropdown expand the details or have the name as a clickable link to show the full address as it's a potential security risk for message...
about 7 years ago in Traveler 2 Already Exists

Add Properties to Field Class in LotusScript

At the least, name, value, text etc.
over 7 years ago in Domino Designer / LotusScript 0 Under Consideration

StrRightBack ,StrLeftback etc. should always return a string

PROBLEM:In an import method I had to detect that the combination of StrLeftBack(StrRightBack( HTMLrow$,"<") ,">") returned not, as expeted, an empty string "" but Empty.I had to write a test for each HTML value wether it IsEmpty or not. REAS...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Add Command @Command([ViewExpandOnlyCategories])

When working in views with lots of subcategories, there is no way to be able to scroll quickly only through the categories. You need to expand each main category, then each nested sub-category Using [ExpandAll] makes all documents and responses ...
over 5 years ago in Domino Designer / @Formulas 0 Under Consideration

Support VKEY and other MFA authentication providers in HCL Verse App

Currently HCL Verse App can support TOTP authentication but it is limited to Domino based MFA. Any other outside MFA like VKEY are not supported in HCL Verse App. It needs ability to redirect to VKEY site for authentication and HCL Verse App doesn...
over 1 year ago in Traveler 0 Needs Review

IPv6 Support for Traveler

Today Traveler isn't supported in IPv6 environments. IMHO we should be prepared for IPv6 in the full collaboration stack and Traveler plays an important role in that space. IPv6 support could be in multiple stages. I think the most important par...
over 5 years ago in Traveler 3 Assessment

Add HTTPJavaDebugOptions parameter to enable Java remote debugging in the HTTP task

The JavaDebugOptions Notes.ini parameter is used to enable Java remote debugging, e.g. JavaDebugOptions=transport=dt_socket,server=y,suspend=n,address=8010 Unfortunately, both the agent manager JVM and the HTTP task JVM read the same variable,...
over 6 years ago in Domino Designer / Debugger 1 Under Consideration

Allow GetNamedDocCollection to work in client-server scenarios

The GetNamedDocCollection method functions correctly when it is executed locally against a local database, or when it is executed on the server against a database that also resides on that server. However, it does not return the correct value when...
4 months ago in Domino Designer / LotusScript 0 Needs Review