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

Clear

Ideas

Showing 656 of 8994

Build All also shows if code referencing other code needs a recompile

While the idea https://domino-ideas.hcltechsw.com/ideas/DDXP-I-763 describes automatic recompilation, this idea describes notifying the developer. Currently there is no indication in the Problems tab. If code referencing other code needs a recompi...
1 day ago in Domino Designer / LotusScript 1 Needs Review

Type ahead in Lotusscript editor in code with bugs

Make sure the type ahead is working, even if there are errors in the code.
3 months ago in Domino Designer / LotusScript 0 Needs Review

@Left or @Right with a negative number (Exists, withdrawn)

Instead of using @Left(string; @Length(string)-6) where you have to pass the string or string-expression twice, it would be much easier to be able to just write @Left(string; -6) indicating: the left part but the last 6 characters.Similarly, a cal...
5 days ago in Domino Designer / @Formulas 0 Needs Review

Copy the Lotusscript code from rich text field into the click action of the button

1.Customers need let AI develop the program code in Notes Designer. 2.If we had method to copy the Lotusscript code generated by Domino IQ from rich text field into the click action button then we can meet the requirement easily. Please refer to t...
17 days ago in Domino Designer / LotusScript 0 Needs Review
374 VOTE

Lotus debugger fixes needed

1. Show more than 255 fields 2. Show fields in alphabetical order 3. Allow sorting of variables/objects in alphabetical order 4. Add a 'Watch' tab where we can add variables/objects to keep an eye on their values
over 7 years ago in Domino Designer / Debugger 19 Assessment
311 VOTE

Add @formula to View Column Title

No description provided
over 7 years ago in Domino Designer / @Formulas 7 Assessment

Add new/extend LotusScript classes in core LotusScript

Include LotusScript extensions just shown into the core LotusScript engine so they can be used on Domino server, Notes and Nomad clients. Timezone management and conversion HTTP handling of Binary files All sorts of hashing algorithms exposed to L...
over 1 year ago in Domino Designer / LotusScript 2 Assessment

Add Style Property to the LotusScript NotesViewColumn Class

Summary: The NotesViewColumn class currently lacks the ability to programmatically read the "Style" setting (General, Number, Date/time, Names) defined in the column's Advanced Format properties. Implementing a read-only Style property would enabl...
3 months ago in Domino Designer / LotusScript 0 Needs Review

Add JSON pretty format to the the JSON class in Lotus Script

Lotus Script JSON stringified output is always compressed and does not format the data pretty printed. There are many tools out there which could reformat the JSON output.But this would cause a round trip to an external comand like JQ which would ...
over 1 year ago in Domino Designer / LotusScript 0 Under Consideration
272 VOTE

Show LotusScript variables that are declared, but not used.

LotusScript developers would benefit from this. This would be helpful for cleaning up code.
over 7 years ago in Domino Designer / LotusScript 2 Assessment