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

LotusScript

Showing 212

Easy way to set Template Version

Template Version 10.0.0 and Date is set in some $Icon design elements accessed only by scripts. should be a way to do this more friendly or even turn on Automatic numbering/build version
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Make LotusScript Instr faster for iterating thru all matches in a long string

The current algorithm for Instr is very inefficient. If you give it a starting position for the search, it doesn't actually start searching at that location. Instead, it searches from the beginning of the string, and each time it finds a match, ch...
over 5 years ago in Domino Designer / LotusScript 1 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 6 years ago in Domino Designer / LotusScript 1 Under Consideration

Error handling: try.. catch java-style error handling in Lotusscript

Even javascript has this! java/javascript is like this: try { some lines of code... some code that erros } catch(error) { deal with error } With new Try Catch End Try block, Lotusscript could be .. Try Do this Do that Do anot...
almost 6 years ago in Domino Designer / LotusScript 2 Under Consideration

LotusScript Date time Object: New NotesDateTime ("2017-3-7") - is this in March or July?

What date is  to be expected from "New NotesDateTime ("2017-3-7")" ? According to ISO 8601 (valid in the U.S. too) this  would mean 2017  - March - 7th. However, in my German Notes (both, 901 and 10), the result is different (Adding 20 days,  retu...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

V10 Bug: Cannot open Script Libraries or XPages after editing Notes native element (like form or view)

Bug exists since V9 FP10 IBM Case Number TS002160381 When working on LotusScript / JavaScript / Java-Libraries or XPages with Domino Designer every now and then I need to check some fields in a form or view columns to ensure that I get the co...
about 5 years ago in Domino Designer / LotusScript / XPages 4 Under Consideration

It is determined whether the date and time is the date and time of the specified range.

I would like a method to use the NotesDateRange class to find out if a date is in range For example, the following method isWithinRangeDays( targetDate:Variant, rangeDate:NotesDateRange ) : boolean targetDate -> 01/30/2019 rang...
about 5 years ago in Domino Designer / LotusScript 2 Under Consideration

Save View without updating Index (ie when saving action buttons or column titles)

When saving a view the index is updated, even when not needed. very slow for big views.
over 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Sort agents by type and schedule

a way to sort agents so all scheduled agents is shown after each other in designer.
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Give developers a more powerful base64 decoder/encoder

The built in decoder only works on a NotesStream, and it only works if its UTF-8 encoded. This is not insurmountable, I just have to get out of lotusscript and use some Java libraries with more powerful options. I'd rather do it in lotusscript tho...
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration