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 1344 of 8730

LotusScript binding with Node/Proton services

Similar to https://domino.ideas.aha.io/ideas/IDEAAD-I-15, LotusScript developers would benefit from a LotusScript to Node interface similar to LS2J. There are already a huge library of Node modules on NPM that LotusScript developers could utilize ...
almost 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Support Partial Classes in LotusScript

Provide support for partial classes in a similar way to that allowed in Visual Basic, C# etc, This would allow me to take a class defined in one LotusScript library (or the based Notes classes) and extend them in another place.
almost 7 years ago in Domino Designer / LotusScript 1 Under Consideration

isempty on lists, RTitems, etc.

Also an @function equivalent for fields
almost 7 years ago in Domino Designer 0 Under Consideration

New Hide-When property

A new Hide-When property to hide items from the property box also. AS even if the field is hidden, the user can see it in the property box. Or Property box should only contain the list of fields for designers?
almost 7 years ago in Domino Designer 2 No Plans to Implement

Hide view name in view dialog

If you have a Notes item of type "Dialog List" and you choose "Use View Dialog for choices", the resulting dialog will display the view name that is used to build the list of choices. Pls. hide this information. A. it is uselessB. it is confusing ...
about 5 years ago in Domino Designer 1 Assessment

Function to change Notes ID password via Lotus Script.

We need to change Notes ID password via program in bulk.I know that it is possible to change password with using ID-vault.Because I need to make it with our program, I want to be able to change Notes ID password via Lotus Script, Formula, and so on..
over 6 years ago in Domino Designer / LotusScript 2 No Plans to Implement

Improve syntax-error reporting in LotusScript compilation

When compiling LotusScript in notes (either via Designer's Recompile All LotusScript or in C via NSFNoteLSCompile), it's very easy to run into a situation where the compiler reports just "Syntax Error", with no indication as to the source of the t...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration

'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 ...
over 1 year ago in Domino Designer / Documentation 0 Needs Review

Enhance @Attachments, @AttachmentNames, @AttachmentLengths for individual RTFs

It would be useful have @Attachments, @AttachmentNames, @AttachmentLengths apply to a specified RTF. There are times when I want to know the specifics of attachments in a particular field and not the whole document. You could add a parameter to th...
about 6 years ago in Domino Designer 1 Under Consideration

Support for substitution variables for the "contains" operator in DQL

In DQL documentation, it's unclear whether or not the named variables are working for the "contains" operator. I have tried SomeField contains (?someValue) and SomeField contains ?someValue queries to test it, and it returned the "Query is not und...
about 2 years ago in Domino Designer 0 Needs Review