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

Domino Designer

Showing 1242

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...
almost 4 years ago in Domino Designer / LotusScript 4 Under Consideration

Allow specifying "" for current database in PickListStrings or PickListCollection LS methods

When you use "" to specify the current database within the PickListStrings or PickListCollection LotusScript methods (both of the NotesDatabase class), the following runtime error occurs: "Notes error - Incorrect argument: non-null string expected...
9 months ago in Domino Designer / LotusScript 0 Under Consideration

"Display values as icons": please show the available icons

There can be icons in a view column. In order to put an icon in the column, one has to know its number. Which usually means that one has to open the Help database and look it up. Could there be some Assistant, or an icon selector, to make it easie...
over 3 years ago in Domino Designer / Views 1 Under Consideration

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
almost 3 years ago in Domino Designer / LotusScript 1 Assessment

Rich-text reports (tables, pie charts...) from Notes Client

Rich-text reports can look nice compared to many other Notes design elements, but creating such reports is a lot of work. Methods to create tables and graphs and pie charts etc. in rich-text items should be provided.
almost 6 years ago in Domino Designer 0 Assessment

New design element: embedded browser

Just like we can embed a view, would it not be great to have an embedded browser (using the setting of your current browser). Especially for mobile (Nomad) applications, this could enrich the experience. Of course the url needs to be computed, and...
almost 6 years ago in Domino Designer 5 No Plans to Implement

Enable support last version (ES8) of JavaScript in all design elements, where I can use JavaScript

No description provided
about 5 years ago in Domino Designer 1 Under Consideration

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

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

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() ...
almost 6 years ago in Domino Designer / LotusScript 2 Under Consideration

Optimize mail document size sent by a LotusScript scheduled agent

Mail documents sent by LotusScript scheduled agents are twice as large as those sent by manually run agents. The increase in size of mail generated by the scheduled agent is due to extra fields. For example, in the smaller mail document there mayb...
about 2 months ago in Domino Designer / LotusScript 1 Already Exists