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 766

Add API (Lotusscript/Java, etc.) method to place text into the OS clipboard

Ability to call a method to place arbitrary text into the OS clipboard without having to select a NotesUI field value and call copy (e.g., placeTextinClipboard(string) ). I often place non-field value text into the clipboard and achieve this by wr...
over 2 years ago in Domino Designer / LotusScript 1 Under Consideration

Create proper documentation for new classes and features as soon as they are published!

I'm filing this under "LotusScript but it's true for other topics as well, and I'm talking about online AND offline versions of Designer help: New classes and features must be properply documented as soon as they are published, esp. if they aren't...
over 2 years ago in Domino Designer / LotusScript 5 Under Consideration

Formula-controlled expansion/collapsing of sections in a form/document

A form that contains many embedded views in sections. Some of these sections should only be expanded/collapsed in case a given field contains a certain value. This way only sections relevant for the current situation are expanded - this gives a mu...
over 2 years ago in Domino Designer / @Formulas 2 Under Consideration

Make Ctrl-Break work to stop Search in Designer or other actions

Yeah, I know, I probably shouldn't have double-clicked a source line before Search had terminated, but now I'm stuck with a hung Designer and I have to kill Notes. Why oh why isn't Ctrl-Break working? I need an emergency Ctrl-Brake!!
over 2 years ago in Domino Designer 0 Under Consideration

Re-publish an updated Lotus Expeditor

Lotus Expeditor is still the underpinning of the Notes Client and Domino Designer. Available literature says it is needed to create a Domino Designer plug-in. So just like the C-API, a version of Lotus Expeditor should be available. If you search ...
over 2 years ago in Domino Designer / Java 5 Under Consideration

Uniform consistent cross-platform rich-text field

With all the old and new front ends we can have in front of a domino database (client, classic web, Xpages, Nomad, Nomad Web, AppDevPack, Volt, KEEP, ...) it would be very usefull to have a special kind of richtext field with a limited but consist...
over 2 years ago in Domino Designer 2 Under Consideration

Add "since" in QueryResultsProcessor#executeToView to reuse an existing view if it's newer than the param

Currently, #executeToView throws an exception if the named view doesn't exist. If you as a programmer want to re-use an existing one, that means you need to manually try to get the view and then, if it exists, check your timeout against its creati...
over 2 years ago in Domino Designer / Java 0 Under Consideration

Add "explain" output for QueryResultsProcessor

The DominoQuery object you can feed into QueryResultsProcessor has an explain method, but it would be convenient to have an equivalent in QRP too. At an initial level, this could just execute explain on each inserted Query object, which would be u...
over 2 years ago in Domino Designer / Java 0 Under Consideration

Exclude QRP result views from ODP sync

When Team Development is configured for an NSF, Designer syncs QRP views to the ODP, but I don't think this is useful behavior. It's probably actually potentially damaging, since Designer would potentially sync back an expired view or add it to a ...
over 2 years ago in Domino Designer / Views 0 Under Consideration

Add mechanism to retrieve QueryResultsProcessor JSON as an InputStream or Reader

The executeToJSON method emits a full String of JSON content, which generally means that a Java-side consumer will have to immediately pass that to a JSON parser. These parsers generally have a variant (or do so exclusively) that takes an InputStr...
over 2 years ago in Domino Designer / Java 0 Under Consideration