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

Domino Designer

Showing 42

Increase the recursive calls stack size limit on 64-bit systems

The current limit of recursive calls (recursion level for a given LotussScript function) in 32-bit/64-bit system is 32Kbyte stack size: https://help.hcltechsw.com/dom_designer/12.0.2/basic/LSAZ_LIMITS_ON_COMPILER_AND_COMPILED_PROGRAM_STRUCTURE.htm...
over 1 year ago in Domino Designer / LotusScript 2 Needs Clarification

Need to get the signer of the database through LotusScript

There should be a property/method to get the signer of the database using in LotusScript.
over 1 year ago in Domino Designer / LotusScript 2 Needs Clarification

Action id counter

Option to set last id for shared Action. When adding new action, action is added with an existing id. So actions overlap and it is a mess to set them right.So when adding action, it should check what is last id. Optionally would be nice to be poss...
over 1 year ago in Domino Designer / LotusScript 5 Needs Clarification

Allow @Explode for a date range using variables

According to the Help, one can use @Explode( [05/01/96 - 05/02/96] ) to create a date range value. It's only possible with scalars apparently.Would it be possible to allow @Explode( StartDate:EndDate ), where both StartDate and EndDate are date fi...
about 2 years ago in Domino Designer / @Formulas 3 Needs Clarification

The document properties dialog gives constant 'invalid or non-existing document' popups when clicking on a document in DQL view.

All works fine but I just have to make sure this dialog is not open when accessing an DQL view. I understand where this message comes from as the complete document properties won't be available here but there should be a workaround to suppress the...
about 2 years ago in Domino Designer / Views 5 Needs Clarification

@command([Editdocument]) and uidoc.editmode = true don't work when opening a document from a DQL view.

Both ways to edit a document after opening it from a DQL view don't work. Also Automatically enable edit mode of the form does not work. I did find a workaround though! When you add the code below to the queryopen script of your document it will p...
about 2 years ago in Domino Designer / Views 1 Needs Clarification

Enable to validate for Rich Text field

Able to validate Rich text field, like set the field as mandatory field.
over 2 years ago in Domino Designer / @Formulas 2 Needs Clarification

Change password for a user ID without having ID Vault using lotusscript or Formula Language

"ResetUserPassword" method can be used to change the password for a user ID present in ID Vault. Requirement is to change/reset the password without having ID vault and this needs to be done via lotusscript or formula language.
over 2 years ago in Domino Designer / LotusScript 2 Needs Clarification

Setting/Option to disable line break in Text Field

Requirement is to have some inbuilt setting like in TEXT FIELD to disable line break while using this field in edit mode.
almost 3 years ago in Domino Designer / @Formulas 1 Needs Clarification

Creating httpObject with CreateObject("MSXML2.ServerXMLHTTP.6.0") should be supported on web

If we use httpObject with LDAP receives an exception"error while creating object' Set httpObject = CreateObject("MSXML2.ServerXMLHTTP.6.0") ' use MSXML object MSXML2.ServerXMLHTTP found workaround by editing a registry key, HKEY_CURRENT_USER\Softw...
almost 3 years ago in Domino Designer 2 Needs Clarification