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 210

I need a function to sort an array.

The @ function has @Sort, and JavaScript has Array.sort(). it would be useful if LotusScript also had a function to sort arrays.
about 3 years ago in Domino Designer / LotusScript 1 Under Consideration

Rebuild Dependent Agents/Script when Script Library Classes are Updated

Changes to script library classes can break code throughout a database, with errors such as "Cannot find external name: EMAILREMINDER" occurring until the agents/scripts are re-saved. This can be frustrating as Designer doesn't automatically re-bu...
about 3 years ago in Domino Designer / LotusScript 3 Under Consideration

NotesRegistration.RegisterNewUser method has no parameter for setting value of MailDomain parameter

NotesRegistration.RegisterNewUser method has no parameter for setting the value of MailDomain parameter. For single mail domain NotesRegistration.RegisterNewUser method sets correct Maildomain field in the person document automatically without a p...
about 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Better LotusScript access for front-end elements like embedded views

There are still a lot of elements which are not properly accessible via LotusScript. E.g. access to UIView in an embedded view, get curser position in embedded view, open and close categories in views etc. Every element available for the NotesClie...
about 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Allow add to item array of objects "NotesDateTime"

I want that code below will work correctly and in NotesDocument will store array of dates Dim ws As New NotesUIWorkspace, uidoc As NotesUIDocument, cdoc As NotesDocument Set uidoc = ws.Currentdocument Set cdoc = uidoc.Document Dim ndt1 As New No...
over 3 years ago in Domino Designer / LotusScript 4 Under Consideration

Script Editing in Form (Subform), View, Action (Shared Action) Events the Same as in Agents and Libraries

In the next release like to see the script coding/editing of both LotusScript and Java Script in the various events of Form & Subform, View, Action & Shared Action, working the same as in LotusScript agents and script libraries. Basically ...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration

LotusScript hint list should default to declared variable type

Say you are writing LotusScript and declare a variable like Dim doc as NotesDocument Then later in the code you want to instantiate it and write set doc = new ... The classes hints list starts with "NotesACL" and lists all the possible classes ava...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration

How to get the value of X-Forwarded-For in the "Remote_Addr" field?

Load balancer has a setting such as "enable / disable" for X-Forwarded-For. If one can't get the value of X-Forwarded-For in the "Remote_Addr" field, is there another way to get the value of X-Forwarded-For? Can it be achieved through scripting or...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration

Increase the maximum length of the lotusscript identifier

The maximum length of a LotusScript identifier is 40 characters. If LotusScript is generated from a Web service WSDL file, longer identifiers may be generated. E.g. because the names of the generated constants for enum are composed of two names fr...
over 3 years ago in Domino Designer / LotusScript 4 Under Consideration

Create new class NotesItemCollection

It would be useful to create such a class so that you can perform bulk operations with a group of fields - delete, change parameters (issigned, isreaders), transfer / copy to other documents (databases) .. and so on .. well, so as not to do it by ...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration