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

My subscriptions: Domino Designer

Showing 1291 of 8418

Record What Objects DesignReplace and DesignRefresh Updates

Replacing designs programmatically is very useful for rolling out code, but there is currently no way to verify what design elements were affected, you can only watch the progress bar and hope you saw what you needed to see.
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Content Assist feature needs to recover from typos

While coding an agent or script library, this feature presents the programmer with property &/or method options for any objects they reference. It works great in Agents and Script Libraries, reducing your options as long as one exists for what...
over 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Formula Language for returning True/False to check if OS file is existing

Direct Formula Language instead of combining other functions to have a simple check if an OS file exists or not
almost 4 years ago in Domino Designer / @Formulas 2 Needs Clarification

Support for read/unread marks on behalf of given name in Xpages

Customer need to use read/unread marks on behalf of given name in Xpages to mark new or changed documents. Trying to mark a specific document read for a specific user with document.markRead("user") fails with following error: NotesException: U...
over 1 year ago in Domino Designer / XPages 0 Needs Review

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 5 years ago in Domino Designer / XPages 0 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 ...
over 6 years ago in Domino Designer 4 Needs Clarification

Add the ability to put '++ and '-- to indicate a section of lotusscript, that by default is collapsed

Sometimes there are huge if/then of do/until loops that would be nice to collapse the contents
over 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Either a shared action bar or add an action bar style object to be applied to an action bar

Right now it's an utter pain to have to set up action bars for multiple forms and/or views
over 6 years ago in Domino Designer 1 Under Consideration

"Grey Out" hidden view columns in designer

From David Lundy Let us navigate the folder hierarchy when selecting a template. Let us browse outside the data directory. At a very minimum, even without a hiearcichal view, let us display titles, template names, filenames and dates, and sort o...
over 6 years ago in Domino Designer 0 Under Consideration

Correction in Documentation for NotesQueryResultsProcessor is needed badly!

Online documentation list a method Set QRP = NotesDatabase.GetQueryResultsProcessor where it is Set QRP = NotesDatabase.CreateQueryResultsProcessor Offline documentation doesn't list that method at all under NotesDatabase... Same applies to Java d...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review