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 1733 of 8851

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

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

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

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

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

Ability to Modify Scheduled Emails Before Final Delivery

Currently, when a user schedules an email for delayed delivery using the "Delay Delivery Until" option, there is no way to edit the email content once it has been queued in mail.box There should be an option to allow users (or administrators) to r...
about 2 months ago in Domino / Administration 1 No Plans to Implement

Better CarPlay Support

When using Sametime Mobile app on IOS its not very good when connected to Apple CarPlay. Most of the time it does not connect properly i get a notificaition of a new message but the system does not show it. When it does connect properly and it man...
2 months ago in Sametime / Mobile (iOS) 1 Needs Clarification

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

Recipient for mail addressed to unknown users

It would be useful a new option in SMTP configuration document mentioned "Recipient for mail addressed to unknown users". Then the mailbox associated for it sould be a mail-in database to be created to collect incoming mail addressed that are not ...
10 months ago in Domino / Administration 0 Needs Review

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