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

Resolve %INCLUDE directive when agent is saved

The %INCLUDE directive is resolved when the agent is executed in the frontend or backend. Customer expects %INCLUDE directive to be resolved when the agent is saved. https://help.hcltechsw.com/dom_designer/12.0.2/basic/LSAZ_PCTINCLUDE_DIRECTIVE.html
over 2 years ago in Domino Designer / LotusScript 1 Under Consideration

Make the standard mailfont and size available for Richtextfields

Please make the mailfont and size available to set it in a richtextfield via lotusscript. Now is not possibel to read the user current mailfont and size. we will set in the application the body field with this settings.
almost 5 years ago in Domino Designer / LotusScript 1 Under Consideration

'Isftindexed' to check for the FTI of "corrupted and/or bad" index as it returns error instead of false

If it has a good index it returns TRUE and if it has no index it returns FALSE. If it has a bad index or if an index is supposed to be on the database and is missing, it ERRORS OUT Related to the ER -- https://domino-ideas.hcltechsw.com/ideas/DOMI...
almost 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Break Long running lotusscript code

It would be good to have a way to break long running lotusscript code. Sometimes you get a long running lotusscript code that is blocking the client and you want to break it. It would be good to have some known keyboard sequence to press to break it.
over 2 years ago in Domino Designer / LotusScript 2 Under Consideration

Restore Browser access to the ICAA Client

The internet is not ubiquitous; there are areas/environments where there is no access to WiFi or a Cellular network and people are forced to work disconnected/offline. That is the basic justification for the ICAA Client, which we believe is fundam...
over 7 years ago in Nomad / Nomad (Web) 4 No Plans to Implement

Ability to call command shell from action button in Notes app on Nomad

Our Notes app references artifacts to a record stored on a shared drive folder that other systems also reference. In Nomad, the button returns a path not found. I suspect this outcome is due to it being outside the Nomad container. path1 := "\\net...
over 2 years ago in Nomad / Nomad (Web) 1 No Plans to Implement

Need to expose the File -> Security menu for Nomad just like a notes client.

Using Notes client customer can add document encryption secret key. Some of customer applications require a Secret Key to view some of the applications' fields. Using notes client They have a option under File --->Security --> User Security ...
over 2 years ago in Nomad / Nomad (Web) 0 Future Consideration

The ability to disable notes cache to get objects by lotusscript

When retrieving a document in LotusScript, the cache may return an old document. For example , this problem occurs bt the following steps and codes. Codes: (Decralations) Dim doc as NotesDocumet (Click) Dim session As New NotesSessionDim db As Not...
over 5 years ago in Domino Designer / LotusScript 4 Needs Clarification

PROMPT_YESNO default "NO"

The NotesUIWorkspace methode PROMPT_YESNO (2) add the Option default that we can set it to "NO"n And make it also with @Prompt available
over 2 years ago in Domino Designer / LotusScript 1 Under Consideration

Lotus script method to get the size of ACL entries in a database

As of now there is no way to check the size of ACL entries on a database. It would be helpful to have a method to get the size of ACL entries on a database. We can avoid the limitation of 32k for ACL entries by using groups or wildcards in ACL, bu...
over 5 years ago in Domino Designer / LotusScript 1 Needs Clarification