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

Clear

Ideas

Showing 1732 of 8857

Add method overloading to LotusScript

We've only been asking for this since 1995 ... In OO languages you can usually create more than one method with the same name, but different signatures, that is different sets of parameters. This is called method overloading. This way you could ...
over 7 years ago in Domino Designer / LotusScript 3 Under Consideration

Make a Lotus Script equivaluent for the Formula command @SetHTTPHeader

Unfortunately currently there is no way to set HTTP Header variables from a WebQueryOpen Agent being called from a web form. There should be a new command like this: Call session.setHTTPHeaderVariable(name, value) Also this should be working in We...
12 months ago in Domino Designer / LotusScript 1 Needs Review

add parameter for db.CreateCopy to remove template inheritance

if there could be a parameter to remove/blank out the "inherit design from template" when using db.CreateCopy it would help (or create a 'set' method to it in the NotesDatabase class of Lotuscript). This would benefit when using a DB as a starting...
12 months ago in Domino Designer / LotusScript 2 Needs Review

Improve options in Domino Designer for creating fields for HCL Nomad and Notes Client

Improve features for creating fields in HCL Nomad and Notes Client: Text mask (using regular expression) set Maximum and minimum characters in field properties set Automatic capitalization in field properties option for Restrict character...
over 1 year ago in Domino Designer / ReStyle 1 Needs Review

Cross-Domain Administration Request Mail File Move

When a company splits or purchases another company that use Domino it would be very handy to be able to use the Cross Domain Admin requests to be able to move a mail file cross domain. You can delete, create, rename. But mail file domain move isn'...
4 months ago in Domino / Administration 1 Needs Review

Enable Support for Domino RestAPI on Partitioned Domino Servers

Allow DRAPI (Domino REST API) to function on partitioned Domino servers. Since this configuration is not currently supported due to limitations in the current development and testing processes. Customers running partitioned servers are unable to b...
about 1 year ago in Domino / Administration 2 Needs Review

Access to all Attributes of SAML Assertion passed by third party IDP

Currently Domino doesn't care/save about what is sent in the SAML assertion/response other than the NameID attribute, which is looked up against the Domino Directory. It would be a good Idea to provide all other attributes to the Landing Domino Ap...
almost 2 years ago in Domino / Administration 1 No Plans to Implement

Improve Domino Admin Dashboard

There should be various report pages for admins to easily see things such as the number of email senders per visit, each day, each month, the number of active users at the moment, who have never logged in more than 1 Months or more, Server Failure...
over 3 years ago in Admin Client 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() ...
about 7 years ago in Domino Designer / LotusScript 2 Under Consideration

lotusscript functions to create sha256 sha384

With the new http and json classes a possibility to create sha256 and sha384 would be good to have natively in lotusscript
over 6 years ago in Domino Designer / LotusScript 2 Assessment