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 1285

sessionAsSigner for LotusScript

Really grew to love sessionAsSigner in Xpages apps. E.g. perfect for workflow apps! Now everytime I build or maintain a pure Notes client app I'm deeply missing the flexibility of sessionAsSigner in LotusScript!
over 5 years ago in Domino Designer / LotusScript 3 Under Consideration

Minify file resources (JS + CSS)

It would be useful if Domino Designer could automatically minify Javascript and CSS file resources, so we can work on the un-minified versions in the database design, but have the minified versions served to web users. Currently, we have to manual...
almost 2 years ago in Domino Designer 3 Needs Clarification

regular expression support for different aspects, field validation, db search

Regular expressions are very powerfull, but since we have dont have native support in LotusScript please extend LS classes to support it.
almost 6 years ago in Domino Designer / LotusScript 3 Under Consideration

Add ability to tables to change row color programmatically

We have several Tabbed rows that have fields on them. Some of those fields are mandatory. It would be nice to be able to highlight the row and change the color if one of these field is not filled in. Its a visual clue to the user that they need to...
almost 4 years ago in Domino Designer / @Formulas 1 Under Consideration

Built-in LotusScript function to provide LMBCS to UTF-8 encoding conversion

Currently with a LotusScript web agent session.DocumentContext call is based on LMBCS-based encoding . If that can not be changed to allow UTF-8 encoding, please provide a built-in LotusScript function to perform the conversion.from LMBCS to UTF-8...
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Add NotesView.AllDocuments property for LotusScript

So useful...
over 6 years ago in Domino Designer 1 Under Consideration

Expose information about number of indexed documents, FT Index Size

It would be good to be able to get number of indexed documents and also FT Index size in bytes using Lotusscript and Java. This is when using Lotusscript checking size of a database including FT Index.
about 2 months ago in Domino Designer / LotusScript 0 Needs Review

Enable opening and removing multiple applications in Domino designer

When you get a large project that is spanning over multiple .ntf it is a bit of a hassle to add them one by one to your workspace. It would be nice if you could select multiple ntfs in the 'Open application' dialog and add them all to the workspac...
about 6 years ago in Domino Designer 0 Under Consideration

Allow NotesStream to be handled in memory for streams greater than 51 KB instead of writing tmp file to disk

If the NotesStream is up to 51200 bytes then it is handled in memory, but if it is greater than 51200 bytes then it is written as a tmp file into the Domino temp folder. To test this, run the following LotusScript on a Domino Server (Windows) and ...
over 2 years ago in Domino Designer / LotusScript 1 Needs Review

Finish documenting $ViewFormat format

The $ViewFormat item in views and folders contains an ever-expanding list of structures, most of which have variable data. The C API documentation, however, mostly stopped bothering keeping up to date - half of the references stop around R4, while...
over 3 years ago in Domino Designer / Views 6 Planning to Implement