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 364

Allow DQL queries on Notes Document Collections, rather than just an entire DB

Currently, the FTSearch keyword (LotusScript) allows for performing searches on both a DB or a document collection. Include this feature with DQL so queries can be performed on document collections as well.
about 3 years ago in Domino Designer / LotusScript 3 Needs Clarification

Add a method in Java/LotusScript to get a document, view, folder as a JSON structure

Something similar with generateXML
about 3 years ago in Domino Designer / Java / LotusScript 1 Under Consideration

Want to use 32bit WindowsAPI with 64bit Domino

The 32-bit Windows API with a 32-bit Domino 6.x agent has used. After upgrading to the 64-bit version of Domino, the agent stopped working.
about 3 years ago in Domino Designer / LotusScript 3 Needs Clarification

Implement the constant "PROMPT_CHOOSEDATABASE".

PROMPT_CHOOSEDATABASE is an argument to the Prompt method of NotesUIWorkspace. According to the help, it says the following. -----From----- Note: The constant name PROMPT_CHOOSEDATABASE is not implemented but the literal value 13 can be used inste...
about 3 years ago in Domino Designer / LotusScript 1 Under Consideration

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...
over 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Editing Scripts in Form & Subform LotusScript Events

I like to be able to comment out a block of lines, which we can do in agents and libraries . Besides, also able to link to routines/functions in Script Library in Form LotusScript Event, which again is available in, e.g. agents Open Declaration F3...
over 3 years ago in Domino Designer / LotusScript 2 Already Exists

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