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 887 of 8857

Rich Text Append URL Link Programmatically.

There are lots of known limitations with the available methods and properties of NotesRichTextItem so this is just one which I feel would be useful. The ability to programmatically add a URL link to a NotesRichText item ie the String and the href ...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Add operators common in other modern languages

For example... Assignment operators: +=, -=, *=, /=, %= Bitwise shift operators: <<, >>, >>> Increment/decrement operators: A++, A--, ++A, --A Improves readability, allows code to more easily be imported from/exported to other...
over 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Support for file transfer from Sametime Web client chat to Mobile (iOS) client chat

Unable to transfer file to Mobile (iOS) client from the Web client. When a user (web client) tries to send a file to a Sametime mobile client, he gets an error saying the target user has cancelled the transfer. Error message which states: File tra...
over 4 years ago in Sametime / Mobile (iOS) 2 Already Exists

Add optional "comment" parameter to (Notes)DominoQuery createIndex method

To identyfy views/indexes that have been created programmatically using the createIndex method of the (Notes)DominoQuery class, an additional (optional) parameter is needed in the createIndex() method. The parameter can be used to add a comment to...
over 4 years ago in Domino Designer / LotusScript 0 Needs Review

Make the meeting room management similar to the webchat ui

When you use the Sametime 11.6/12 webchat you have the following features regarding meeting room management: button "sametime meetings" that opens the url for the sametime meeting room management (make people aware of meeting room management) list...
over 3 years ago in Sametime / Chat 1 Under Consideration

IBM WebPlayer Plugin support of 64bit browsers with Sametime Web Client

Currently the WebPlayer Plugin only support 32bit browsers for use with the Sametime Web Client. This would only support IE and 32bit Firefox. Chrome is 64bit only, so it's not currently supported. Without this support, users would not have Rich C...
over 7 years ago in Sametime / Chat 2 No Plans to Implement

SSO with multiple Connections/Domino instances

We are hosting Connections for multiple cusomers - each with its own Websphere realm. HCL does not support anymore multi-tenant for Connections starting with 8.0. Our goal is to use a common kubernetes environment hosting Sametime Premium for thos...
almost 3 years ago in Sametime / Meetings 1 Under Consideration

Extend Eclipse TODO/Tasks usage to other languages (LotusScript)

As the title says. Why is // TODO restricted to Java ? It seems very useful in other languages, e.g. LotusScript, CSS, SSJS.
over 5 years ago in Domino Designer / @Formulas / LotusScript 0 Under Consideration

To terminate the meeting when the owner leave

If everyone just leaves the meeting, even the meeting owner, the meeting is still open, and people can continue to use it. The owner forgot to terminate and just leave because it is easier to find the leave button; but other participants can conti...
about 1 year ago in Sametime / Meetings 0 Future Consideration

Get only highlighted text from the Body of the document using LotusScript?

can we get only below yellow highlighted text from the Body of the document? Tried notesRichTextItem . GetFormattedText and notesRichTextItem .UnFormattedText but not useful. Its taking entire text of the body with and without spaces/tabs but not ...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review