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

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
almost 6 years ago in Domino Designer 6 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 ...
almost 2 years ago in Domino Designer / LotusScript 1 Needs Review

Limited display of variables in debugger

If there are more than (256?) variables in a document, the debugger only shows "..." and values could not be shown. Is it possible to increase that in further releases?
about 5 years ago in Domino Designer / Debugger 2 Under Consideration

JSON views

We need a 'treat view content as JSON' - this should return valid JSON when opening the view in a browser. Use the view column style to determin the datatype to return. Domino Data Services is too slow on large views ?ReadViewEntries&OutputFor...
over 5 years ago in Domino Designer 4 Assessment

Improve LotusScript Lists with something like a size or count property

I love using Lists in LotusScript, as well as HashMaps in Jave etc. There are a few things though that I've always missed with Lists: a size or count property/option telling us how many elemts are stored in a List if that is not possible for whate...
almost 3 years ago in Domino Designer / LotusScript 5 Needs Review

Set breakpoints in Lotusscript window, not just at debug session start

Current handling is unfortunate especially for (custom) classes since they are not broken down into their methods for conveniant selection in the debugger dropdown. One has to scroll through a rather lengthy text window until the desired section i...
almost 6 years ago in Domino Designer / Debugger / LotusScript 0 Under Consideration

GetThreadinfo(LSI_THREAD_CALLMODULE) should return the name not any internal address

It would be great if the LS GetThreadinfo(11) command would return the calling modul name instead of an internal cryptic string number string like in example "*F134C18". This would allow to write a much better error handling routine and would also...
almost 4 years ago in Domino Designer / LotusScript 4 Under Consideration

Add a Calendarweek LotusScript function, which obeys the user's regional settings

Sometime users want to categorize documents in a view by calendar week. The calculation of calendar week is differerent in different parts of the world, e.g. the rules for the US differ from the rules used in Europe. The Notes client calculates ...
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Use LotusScript Classes in Javascript and vice versa

We have powerful LS Classes and have to rewrite them in JS. And in the "new" world we have powerful JS Functions not available in LS. It would be great, if we could use them in both worlds without calling Agents.runonserver or call urls to process JS
3 months ago in Domino Designer / XPages 1 Needs Review

'Size' Property Of 'NotesDocument' returns negative value for attachment bigger than 2 GB

The size of the Notes Document can be determined using the "Size" LotusScript method. Reference URL --> https://help.hcltechsw.com/dom_designer/12.0.0/basic/H_SIZE_PROPERTY_DOC.html As per the information provided in the above URL, this method ...
5 months ago in Domino Designer / Documentation 0 Needs Review