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 1334 of 8714

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
almost 7 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
almost 7 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...
almost 7 years ago in Domino Designer 0 Under Consideration

notesAdministrationProcess.DeleteUser doesn't delete Vault ID

"notesAdministrationProcess.DeleteUser" won't touch the vault. Domino does not have any API that can be used to delete an ID from the vault, or to mark an ID in the vault inactive. An admin must manually delete/mark inactive an ID entry in the vau...
almost 5 years ago in Domino Designer / LotusScript 3 Under Consideration

Make it easier to work with lists in @Formula

make it more easy in @Formula to work with lists/multi-value fields in @Formula similar to javascript/java e.g. "add"/"push", "remove"
over 5 years ago in Domino Designer / @Formulas 1 Under Consideration

Extend @GetDocField to receive only the value of the specified field.

If you run @GetDocField($Ref; "Subject"), NRPC command will receive the entire referring document, even if the Subject has only one word, it will receive large data. If the referenced document is bloated, it will affect the performance of opening ...
over 3 years ago in Domino Designer / @Formulas 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 6 years ago in Domino Designer / XPages 0 Under Consideration

Fix AppendTable() Limit Bug

NotesRichTextIteam.AppendTable() allows 255 rows. At least according to the documentation. However, even in V12 the number of rows is limited to 29, or so. Using the client it works, but not using LS. Error message is "Illegal column width - check...
almost 3 years ago in Domino Designer / LotusScript 3 Assessment

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...
almost 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Allow new folders based on any view

At the moment, Database.enableFolder(folderName) creates a new folder with a design based on the default view. AFAIK, the only way to (programmatically) create a folder based on some other view is to make that view the default view, create the fol...
almost 3 years ago in Domino Designer / Java 1 Needs Review