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

Domino Designer

Showing 1239

Improve auto complete/suggestions

If lotusscript code contains an error, autocompletion and suggestions fail. Please make sure that this works even when the code contains errors. This would help developers a lot.
about 2 years ago in Domino Designer / LotusScript 0 Under Consideration

Allow updating rich-text items to match in the back-end without using refresh

Currently, using NotesUiDocument.Refresh with the parameter True is the only possibility to access values entered in a rich text item directly in the back end document without saving the document. The current implementation gets problematic when a...
over 2 years ago in Domino Designer / LotusScript 1 Needs Review

Improve setting headers and footers when printing documents

Setting headers and footers in the form properties is very limited. A simple requirement like this ID: xxx |SPACE_BETWEEN_LEFT_AND_CENTER| Customer: yyy |SPACE_BETWEEN_CENTER_AND_RIGHT| Page: 1 of 5 can't be set as a header right now, as you can't...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

New Home for Developer

Create a new community space where I can search for issues or ask other developers. And please do it immediately.
about 5 years ago in Domino Designer 0 Under Consideration

Have a browser-based IDE like Salesforce as Domino task

Add a new task to provide a web-based IDE to create Domino apps. This could run either as a local Domino or in the cloud. I wrote down some details here: https://oliverbusse.notesx.net/hp.nsf/blogpost.xsp?documentId=2FB6
over 5 years ago in Domino Designer 4 Assessment

Modify QueryResultsProcessor to not emit "NT" prefix in note IDs or modify Database class to accept them

Currently, the "@nid" value of QueryResultsProcessor is in the "formula" format where it's fixed length and prefixed with "NT". However, the database#getDocumentByID method doesn't accept this, instead throwing the unhelpful exception of "Required...
over 2 years ago in Domino Designer / Java 0 Under Consideration

Enable calculation for the title of tabbed table

it is very helpfull to calculate the titles in applications to make them more userfriendly
over 5 years ago in Domino Designer 0 Under Consideration

Extend GetItemValue() function

In a large part of my LS code, I always have to use HasItem() to check whether the item really exists. It would be nice if an optional parameter could be passed that returns a default value if the item doesn't exist.
about 2 years ago in Domino Designer / LotusScript 2 Under Consideration

Allow JVM Java Debug permanently activated - or add HTTPJavaDebugOptions parameter only for http

Background for our request: We develop XPages-based CRM applications with a large Java framework with our development team. Up to Domino 10 we have used the Java Debugging on a regular basis many times a day, therefore on all of our development se...
about 4 years ago in Domino Designer / Debugger 0 Under Consideration

Search may not return all expected documents if relative documents are being modified

A LotusScript agent that uses the Search method (of the Notesdatabase class) may not always return the expected set of documents in cases where the relative documents are being modified. This was observed in a case where one agent was executing th...
about 2 months ago in Domino Designer / LotusScript 1 Needs Clarification