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 1231 of 7962

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...
about 2 years ago in Domino Designer / Java 0 Under Consideration

Allow usage of network paths for file operations without using windows drive letters

it's never been easy to access file ressources located on a network drive from LotusScript file operations like 'open'. With Domino running as a Windows service, or on Linux we cannot use drive letters for network ressources, at least not without ...
almost 5 years ago in Domino Designer / LotusScript 5 Under Consideration

Add preference for NOT using Option Public in LotusScript Agents and Script Libraries

I would like a preference to NOT use Option Public in LotusScript Agents and Script Libraries. It forces the developer to make things that can be shared explicitly Public, and promotes thinking abou what should be Public and what should be Private...
10 months ago in Domino Designer / LotusScript 2 Needs Review

Allow to show images on views from another database

Allow to show images on views from another database, for example to have a repository of employee photos in a single source and show that in multiple databases views
over 3 years ago in Domino Designer / Views 0 Under Consideration

'Find field' feature when a form is open

Would be useful for forms with lots of fields.
about 5 years ago in Domino Designer 0 Under Consideration

Provide specific information when Notes Database cannot be opened

When accessing a database that's either encrypted or corrupted, the Notes Database object is not usable and there is no specific information. Sub Initialize Dim db As New NotesDatabase( "Server/Domain", "database.nsf" ) If db.IsOpen Then MsgBox ( ...
about 3 years ago in Domino Designer / LotusScript 0 Needs Review

Creating Dashboards

Dashboard option should be there in designer where we can place our applications and necessary reports. Currently we are doing it through outlines but its not attractive. User interface for notes client applications should be made attractive with ...
over 3 years ago in Domino Designer 0 Under Consideration

Add FileCreated and FileModified properties for NotesEmbeddedObject class

We can see FileCreated and FileModified values in the Document properties dialog box for $FILE fields. We can see File Modified value in the Attachment Properties diallog box. But we can't get these properties for NotesEmbeddedObject class.
about 2 years ago in Domino Designer / LotusScript 3 Needs Review

source tab for traditional design elements in Domino Designer

add a source tab for traditional design elements and let developers edit the "source" of forms views & other design elements via DXL (Domino XML Language) in the same way that has been done with xPages: remove the need to export-edit-import DX...
over 5 years ago in Domino Designer 1 No Plans to Implement

Extend @GetDocField to cache the received data

When I run a form with @GetDocField($Ref; fieldname) on multiple fields, it issues the same number of NRPC commands as the number of fields, and receives the entire document for each command. There are two problems. 1. If the size of the referen...
over 2 years ago in Domino Designer / @Formulas 1 Under Consideration