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 1272

Can we overwrite "Input validation" used in multiple fields in a FORM through some single liner code/

"Input validation" has formula present for multiple fields in a FORM. All these formulas get triggered before document could be saved. This is working as designed. Can we prevent all these formula from being executed through some one liner code or...
over 3 years ago in Domino Designer / @Formulas 2 Under Consideration

Domino user session @command or lotusscript and jss for programming

User session should be programming to check status or terminate who is online or access the server or database.
over 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Limit the selection to only the selection from the address book

We want to limit the selection to only the selection from the address book. There is "allow values not in list" option in field properties. But this option doesn't work in name field.
almost 4 years ago in Domino Designer / Views 1 Under 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...
almost 4 years ago in Domino Designer / LotusScript 4 Needs Clarification

Format function does not return four-digit year if year number is in three digits.

Format("111/02/03", "YYYYMMDD") Format("0111/02/03", "YYYYMMDD") Format("0111-02-03", "YYYYMMDD") The three LotusScript results above are "1110203". The year was 3 digits. The requested result is "01110203", a four-digit number with leading...
almost 2 years ago in Domino Designer / LotusScript 1 No Plans to Implement

Have the Option list be a drop-down, like Declarations

Hi When you select a subroutine or function in an agent, the Declarations can be viewed without leaving the point in the code you're in. However, to see the list of entries in the Options sections, you have to select it, leaving the location you w...
almost 4 years ago in Domino Designer 0 Under Consideration

Item properties should be modifiable without having to open the Design Item

If you want to change properties of, say, a form, you have to open it, right-click, and select 'Form Properties'. It would be useful to be able to simply right-click the item (in this case a Form), then select 'Form Properties' and have it display...
almost 4 years ago in Domino Designer 0 Under Consideration

Make Designer more robust by better parsing of wsInfo.xml

Recently my Domino Designer refused to work properly, showing an error in the Applications view. The solution was removing a faulty project entry from wsInfo.xml located in workspace\.metadata\.plugins\com.ibm.designer.domino.ide.resources The fil...
almost 6 years ago in Domino Designer 0 Under Consideration

Add 'creation date' column to elements in the Designer

When viewing items in Designer, there is a 'Last Modified' and a 'Last Modified By' column which is sortable. But there should also be a 'Created Date' and 'Created By' columns also sortable. And an ability to determine which columns to display --...
almost 4 years ago in Domino Designer 0 Under Consideration

set default Option "No" for PROMPT in LotusScript

Make it availabe to set the default Value of NotesUIWorkspace.Prompt for YES/NO available. It is not possible to set the default value to "NO".
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review