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 628 of 8855

Support password digest (server-side password) for Nomad

Based on the following article, Nomad doesn't support password digest (server-side password). HCL Nomad support statement for server-side password checking starting with version 1.0.9 on iOS https://support.hcltechsw.com/csm?id=kb_article&...
almost 5 years ago in Nomad / Nomad (iOS) 0 Assessment

Add namespace property to (Notes)DominoQuery class

When working with DQL, best practice is to create/update/remove indexes programmatically using their according methods. To avoid conflicts with existing views of the same name, all indexes created should have a prefix. This can be achieved by usin...
over 4 years ago in Domino Designer / LotusScript 0 Needs Review

Support for self-signed certificates on Nomad

We have recently developed an LotusScript function that sends a NotesHttpRequest to a REST on our server, which has a self-signed certificate. When running the function we get the expected SSL error about self-signed certificates. In Notes clients...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

More DQL options

I want to use DQL to speed up our search form who is using FTSEARCH multiple databases but i cant do this because DQL: i cant search multiple databases and make a federated search i cant limit the number of documents retrieved by the search. I can...
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

New function to enable administrators to apply the default size when importing images

When a user selects one of the Import options (File, Image, or Take a Picture) and a valid image is returned, a dialog is displayed asking if they want to resize the image. I would like to request a new function that allows administrators to disab...
11 months ago in Nomad / Nomad (iOS) 0 Needs Review

Provide method to set the database property "Inherit Design from Master Template"

It will be very helpful and also reduce the admin work if there is method to set the Name of master template in database property "Inherit design from Master Template" using Lotus Script/Java.
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Reading or passing header parameters from a NotesAgent

Question: How can we read the parameter par1 set into the Header? Using a simple call code action (ran on Notes client -> Action): ============================ Dim session As New NotesSession Dim webRequest As NotesHTTPRequest Dim url as St...
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

make voice to text work on iOS

It would be fantastic if the standard iOS voice to text functionality would be possible with Nomad on iOS (and Android). For example in the native iOS "Notizen" app you can tap the microphone icon and just speak. iOS "translates" this to written t...
over 2 years ago in Nomad / Nomad (iOS) 2 Under Consideration

Reliable handling of timeout errors on iOS device

"Limitations for iOS" states that there is a 10-second limit on processes that involve communication. HCL Nomad network requests are limited to 10 seconds. If latency between the client and a Domino server causes network operations to exceed this...
about 5 years ago in Nomad / Nomad (iOS) 0 Under Consideration

"GetDocumentByKey" is not giving search result when key has new line present in it.

The syntax for "GetDocumentByKey" is --> Set notesDocument = notesView .GetDocumentByKey( keyArray [, exactMatch% ] ) If the value of the "keyArray" parameter has a new line present in it, then the search does not give any results irrespective ...
over 2 years ago in Domino Designer / LotusScript 1 Needs Review