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

Open declaration of script file does not lock design element

When using "Open Declaration"/Ctrl click on a "Use "my_script_name"" within a script file, it opens the file but does not lock the design element. The element can edited and saved using Ctrl-S while another developer has locked the file.
almost 6 years ago in Domino Designer / LotusScript 4 Needs Clarification

Replicate with other NoSQL databases like CouchDB or Cloudant

Able to create off-line mobile application or faster web application by using a robust replication protocol to sync information back and forth between an in-browser database storage and the Domino backend.
about 7 years ago in Domino Designer 2 No Plans to Implement

Lotusscript error message: add error line, modul etc.

I use this template to handle errors: On Error Goto LBL_ERR LBL_EXIT: Exit Sub LBL_END: End LBL_ERR:dim sERR as String If Err=1001 Then sERR=Error Else sERR="#:"+Cstr(Err)+"; txt:"+Error+"; modul:"+GetThreadInfo(2)+"."+GetThreadInfo(1)+"; line:"+C...
about 7 years ago in Domino Designer 1 Under Consideration

Shortcut - key combo for Project - Clean action

No description provided
almost 6 years ago in Domino Designer / XPages 0 Under Consideration

Point releases for usability enhancements

I think there would be a lot of benefit to having a point release just for Designer that focuses almost solely on usability enhancements. Things like making sure type ahead suggestions display all current methods/properties for an object. Being ab...
about 7 years ago in Domino Designer 0 Under Consideration

Option "Right to Disconnect" based on new EU legislation.

Option for "Right to Disconnect" based on new EU legislation. Option / right to digitally disconnect from work so that users will no longer will be notified during their off business hours. Refer : https://www.europarl.europa.eu/news/en/press-room...
over 4 years ago in Traveler 3 No Plans to Implement

Reuse of latest used functions in designer

e.g. Text properties: changing font size , color, ... of many fields, text, computed text, ... the same way. Recording all changes on the properties to be able to execute many clicks / writing in one go.
about 7 years ago in Domino Designer 0 Under Consideration

HTMO is not capable of handling big mailfiles(PST) approx. 5GB and up

HTMO's stability in handling big mailfiles
almost 6 years ago in Traveler for Microsoft Outlook-HTMO 3 Future Consideration

Automation of steps to set up Nomad DBs

We are a SAAS partner, who hosts an Inspection system for Health Departments in the US. Each of our Clients has a unique Inspection DB, Registration DB and ID Vault. They all share a common NAB. We have developed a manual process to allow the set...
over 1 year ago in Nomad / Nomad (Web) 0 Under Consideration

Remove the necessity to call sinitThread/stermThread

The need to (de-)register threads has always been a source of panic. E.g. calling Domino functions from within Swing. But Java 8 brings another, more subtle problem. Working with streams makes a lot of things much easier and more clearly - but if ...
over 4 years ago in Domino Designer / Java 0 Needs Review