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

My ideas: Domino Designer

Showing 1233

Provide a way to know when a user has requested a workspace tab to be closed while in XPINC

Provide a way to know when a user has requested a workspace tab to be closed while in XPINC
about 4 years ago in Domino Designer / XPages 0 Under Consideration

Sorting columns with number

At present, if numbers are in a format including thousand separator, any sorting is done alphabetically and not by value. This really is a real handicap when working in applications with lots of numbers. Sorting a numericl column ought to be numer...
about 4 years ago in Domino Designer / Views 2 Under Consideration

CORS support for XPages resources

When specifying a JavaScript library on an external site different from the Domino server for an XPages resource, a request must be made using CORS. <xp:this.resources> <xp:script src="https://<external sites outside the domino server&...
9 months ago in Domino Designer / XPages 0 Needs Review

More DQL options

I want to use DQL to speed up our search form who is using FTSEARCH multiple databases but i cant do this because DQL: i cant search multiple databases and make a federated search i cant limit the number of documents retrieved by the search. I can...
almost 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Make new Lotus Script Class for secure URL parameter handling against XSS attacks

Make a new Lotus Script class for better handling with web URLs containing the following functions: 1.) GetQueryParameter Returns an URL Parameter of an URL in a clean/secured form regarding XSS attacks. Example usage: strValue = NewNote...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

db.exist and db.accesslevel

the isOpen property allows me not to different if a db exists or the user has access to it https://www.ibm.com/support/knowledgecenter/en/SSVRGU_9.0.1/basic/H_ISOPEN_PROPERTY_JAVA.html (the db could even be damaged) I would like to ...
almost 5 years ago in Domino Designer / Java 2 Under Consideration

Add a keyword to @DbLookup to continue past non-matching keys

If you call @DbLookup with a list of keys, the lookup will stop after the first non-matching key. I would like it to keep going and process the rest of the keys in the list. For example, say you want the entries for the months February, March, Aug...
over 3 years ago in Domino Designer / @Formulas 1 Under Consideration

Include Swiper for Git effectivity, enhance Compare With

Swiper is great if you want to use Git for Source control. Including it in the product and properly supporting it would enhance developer effictivity. Enbling the swiper filter in the Eclipse navigator action 'Compare With:Each Other' would make...
over 5 years ago in Domino Designer 1 Under Consideration

Create a dominoFaces, dojoFaces JSF package for enterprise Java projects

Let's integrate the Domino Developers who want to use XPages and enterprise java by decoupling XPages into two libraries that can live on their own dojoFaces and dominoFaces. You allow developers developing on Domino to incorporate PrimeFaces,...
over 5 years ago in Domino Designer / Java / XPages 1 Under Consideration

@isAttachmentBeingEdited

Editing attachments is quite delicate. In some cases it could be useful to disable some actions (hiding the action/button, or checking in code) while a certain attachment is being edited.
9 months ago in Domino Designer / @Formulas 0 Needs Review