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 359

Add a feature to sort functions/subs/members in LS Libraries and classes

Add a feature similar to the Eclipse "Sort Members" to sort functions/subs/members in LS Libraries and classes. This would make it easier to compare the real code changes in 2 applications with V12.0.1 CompareDBs
over 2 years ago in Domino Designer / LotusScript 1 Assessment

GetThreadinfo(LSI_THREAD_CALLMODULE) should return the name not any internal address

It would be great if the LS GetThreadinfo(11) command would return the calling modul name instead of an internal cryptic string number string like in example "*F134C18". This would allow to write a much better error handling routine and would also...
over 3 years ago in Domino Designer / LotusScript 4 Under Consideration

Add a Calendarweek LotusScript function, which obeys the user's regional settings

Sometime users want to categorize documents in a view by calendar week. The calculation of calendar week is differerent in different parts of the world, e.g. the rules for the US differ from the rules used in Europe. The Notes client calculates ...
almost 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Set breakpoints in Lotusscript window, not just at debug session start

Current handling is unfortunate especially for (custom) classes since they are not broken down into their methods for conveniant selection in the debugger dropdown. One has to scroll through a rather lengthy text window until the desired section i...
over 5 years ago in Domino Designer / Debugger / LotusScript 0 Under Consideration

Run local agents locally (not on server) which are not signed by the currently running entity

Problem with the agent starting locally. Error Message while executing the agent on the local machine instead of server. "AMgr: Agent '<agent name>' in '<database name>' does not have proper execution access, cannot be run." W...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Functionality required to remove the attachment name (text) from the "Rich Text" field and display only the attachment icon.

One can populate attachments in a rich text field. However, it displays the attachment name as well. Formula language or LotusScript method is required to delete the attachment name and display only the attachment icon from the "Rich Text" field.
about 1 year ago in Domino Designer / LotusScript 1 Needs Clarification

Resizable arrays (lists) in LotusScript

There should be a class similar to Java's ArrayList, a resizable array to put elements into it with methods like: list.add(Variant item) list.isEmpty() list.Iterator() list.removeAt(int index) list.remove(Variant item) list.size() ...
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration

new event for 'Checkbox' & 'Radio Button' field 'onChangeSelection' for LotusScript

An event that occurs when the selection in the Radio Buttom / Checkbox field is changed before the focus leaves the field. I want to be able to react to any changes in the selection, e.g. to call uiDocument.Refresh() -while the user stays in the ...
over 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Sort all lotusscript Classes, Subs and Functions alphabetically in the Objects pane

Instead of the current spiffy random order
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Extend NotesRegistration class to allow selection of PAB/Directory database for created users. (Support CCX / Guest model)

The new CCX / Guest user license model mandates that users are registered in a secondary NAB / Domino directory. This is easily achieved if we just create person documents but it is not sufficient if we look to entitle those CCX / Guest users for ...
almost 3 years ago in Domino Designer / LotusScript 2 Needs Review