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

Search results: Domino Designer

Showing 103 of 634

NotesDominoQuery class - Add property "lastError"

I tested the new NotesDominoQuery class. My szenario is a server based agent that parses and executes the query. The results are passed thru a parameter document to the calling client. This means that I would not have to watch the console for erro...
over 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Allow the execution of the 1. color code column in a categorised/total row in a view

In a view with totals, averages or percent values the first occurence of a color changing column is not ececuted in the category/totals row , but the consecutive ones are. This looks odd. In a view where there are no totals used, the color columns...
over 5 years ago in Domino Designer / Views 0 Under Consideration

Include documents in source control

We have a lot of documentation, configuration and even code stored in documents. It would be great if these documents could be included in the source control. Could be implemented as a view with a reserved name - all documents in the view will be ...
almost 7 years ago in Domino Designer 1 Assessment

Allow add to item array of objects "NotesDateTime"

I want that code below will work correctly and in NotesDocument will store array of dates Dim ws As New NotesUIWorkspace, uidoc As NotesUIDocument, cdoc As NotesDocument Set uidoc = ws.Currentdocument Set cdoc = uidoc.Document Dim ndt1 As New No...
over 4 years ago in Domino Designer / LotusScript 4 Under Consideration

Update the existing LS ODBC method to keep up with the current environment

Limitation 1 : LS ODBC cannot work on Notes Client installed on Mac OS Limitation 2 : Does not return error generated by the target database, instead a generic LS:DO error is returned. I would be happy to use other alternative for Domino to write ...
about 7 years ago in Domino Designer 4 Needs Clarification

Add proper return codes to registerNewUser Method of NotesRegistration class

We are using the method to programmatically register new users. The registration is not done by an administrator. It is delegated to several persons in the organisation. They select 1-n entries in a custom database that holds the information for p...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Stop logging the RedirectSignal exception to the XPages log file

When you use context.redirectToPage(url) the XPages engine logs a RedirectSignal exception to the XPages log file in the IBM_Technical_Support folder. Please stop that :-) Example: 11-03-19 11:18: Exception Thrown Context Path: /path/db.nsf Page ...
over 6 years ago in Domino Designer / XPages 0 Under Consideration

Multiple Shared Actions collections

Currently there is only 1 collection of shared actions. It would be great to have multiple named collections of shared actions that can be inherited separately
over 3 years ago in Domino Designer 1 Needs Review

Allow incomplete response hierarchy in views (Category: Make classic applications great again)

Some time you need to display responses in their response hierarchy but do NOT show the main document of a thread in the same view. This is currently impossible to do. Examples would be: Show all responses to the chosen main document in an embedde...
about 7 years ago in Domino Designer / Views 6 Under Consideration

Explain the values 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form

To avoid confusion it may help to explain via REM statement the values represents 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form (see attached file). Currently, these are the values represents in WebRetri...
over 1 year ago in Domino Designer / @Formulas 0 Needs Review