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 1327 of 8700

Update JavaScript validator supports newer ECMAScript standards

Hope the validator at least supports ES6
over 5 years ago in Domino Designer / XPages 0 Under Consideration

Create more sample apps that devs can built on

With roadmaps how to properly build apps with xpages, java, or node frameworks.
almost 7 years ago in Domino Designer 5 Assessment

The maxdocs argument of the FTSearch method and the FTDomainSearch method should be changed to a long type.

The maxdocs% argument in the FTSearch and FTDomainSearch methods of the NotesDatabase class is not correct, being of type Integer This is inconsistent with the value that can be set for FT_Max_Search_Results in notes.ini
10 months ago in Domino Designer / LotusScript 0 Needs Review

(partial) refresh options for Notes form fields

one of the great features of xpages is the partial refresh option. something similar should be wonderful for Notes forms (form for Notes client). The refresh options are out of date / too limited.
over 1 year ago in Domino Designer / @Formulas 1 Under Consideration

New LS method "notesView.GetCategoryEntryByKey"

Set notesViewEntry = notesView.GetCategoryEntryByKey( key [, exactMatch% ] ) This would give the great benefit, to access the total columns of a view category row (a ViewEntry with IsCategory = True). Example: Think about a view, with categori...
almost 7 years ago in Domino Designer 4 Under Consideration

Reduce overhead/memory footprint when loading Style Sheet (CSS) resources for the Design tab

Opening an XPage file containing a large number of xp elements, CustomControls, and CSS styling rules causes Designer to take significantly longer to render all visuals in the 'Design' tab and thus becomes unresponsive until all rendering is compl...
about 1 year ago in Domino Designer / XPages 0 Needs Review

Lotuscript command to replicate (NotesDatabase.Replicate) in the background and not in the frontend

At present, starting a replication from the UI is a no go. Everything stops as the replication takes place in the foreground. When launching replication from the desktop, the user can choose foreground or background. This flag would make it much e...
over 5 years ago in Domino Designer / LotusScript 0 Assessment

Add methods canRead, canEdit, canRemove

I'm, as a developer, want to have 3 methods in class NotesDocument. This are: Function canRead( [in_name as NotesName] ) as Boolean Function canEdit( [in_name as NotesName] ) as Boolean Function canRemove( [in_name as NotesName] ) as Boolean De...
over 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Restore Field Hints

Add a field hint to a text field Put focus into that field Now leave the field and expect that the field hint will be restored since no value was added to the field, but it shows empty. This really should be looked at as an accessibility issue.
3 months ago in Domino Designer 0 Needs Review

Improve Notes limitation for LotusScript Iterative statements looping assignment variables

Using @Formula laguage for Iterative Statements such as @For, @DoWhile, and @While will give an Error in Notes 64-bit client when an existing variable inside the loop gets updated multiple times. "The formula has exceeded the maximum allowabl...
4 months ago in Domino Designer / LotusScript 1 Needs Review