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

Search results: Domino Designer

Showing 16

Make XPages artifacts as available as possible

Since the plan is to aim to reuse as much of existing XPages apps in new apps as possible, it would be tremendously useful to make the parts that make up the XPages stack as available as possible. The ideal would be open-sourcing it entirely. Seco...
over 6 years ago in Domino Designer / XPages 0 Under Consideration

Make it easy to build JAX-RS RESTful web services within the nsf

JAX-RS and annotations are a powerful way to build RESTful web services. Todai it can be done but you have to take lots of steps to make it possible. For inspiration: https://github.com/OpenNTF/org.openntf.xsp.jakartaee, (and https://www.pradny.co...
over 6 years ago in Domino Designer / Java 5 Under Consideration

Add GraphQL interface to core Domino

GraphQL is the better REST. A GraphQL interface would be very beneficial for accessing Domino data from client code like React.js
about 7 years ago in Domino Designer 6 Under Consideration

Give Rich Text Field an additional property "Editable"

Sometime it is very useful, to prevent editing of rich text content of a form, while the rest of the form should be editable. And sometime the rt content should be editable, too. Depending on user, document status etc. Nowadays you either have to ...
about 5 years ago in Domino Designer 3 Under Consideration

Support LotusScript NotesSession.internethostname and NotesSession.internetdomainname

With IDMA and LotusScript addition of NotesHTTPRequest, the ability from a local replica on IDMA to call a REST service on the server replica is useful. But it's important to have the host name and domain name, and ideally the port (although that ...
over 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Make it possible to exchange data between a (LotusScript) agent and an XPages application

In our application we have some agents to execute background jobs. In order to make them report back, we developed an XAgent that the agents can "call" using REST (written in Java), and we put the necessary info in the url. It works, but it's not ...
over 5 years ago in Domino Designer / XPages 1 Under Consideration

Wizard to generate / modify a GraphQL schema for a customer, backed by a GraphQL server

GraphQL is a significantly enhanced REST API. The GraphQL website outlines some of the benefits over standard REST services: Ask for what you need, get exactly that Get many resources in a single request Describe what’s possible with a type syste...
about 7 years ago in Domino Designer 1 Under Consideration

RestTemplate for XPages

Take a look at Spring's RestTemplate class. Makes working with REST services much more a charm.
about 7 years ago in Domino Designer / XPages 1 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...
almost 5 years ago in Domino Designer / @Formulas 1 Under Consideration

Investigate Feasibility of Splitting Tight-Coupling in Notes Client Applications

In application development beyond Domino, the preference has been for looser coupling. In Notes Client there is a lot of tight coupling. Composite Applications aimed to address this, but they were complex, tied to Eclipse, and crucially required h...
about 7 years ago in Domino Designer 1 Under Consideration