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 1252

When copying a design element with alias, set a different name to its alias

e.g. I might do a copy of Form, which might have the Name 'New Memo' and the Alias 'Memo' Now the copy Has the Name 'Copy of New Memo' but still the same alias (so we do have a doublicate alias now... => A lot of concepts would break if a doubl...
over 4 years ago in Domino Designer 0 Under Consideration

Add InternetAddress and ShortName as new parameters for renameNotesUser method in AdministrationProcess class

Renaiming a person using the Admin Client, the old ShortName and InternetAddress is moved to the FullName item in the person document. When you rename a user programmatically with LS or Java, there is no method available with the same functionalli...
10 months ago in Domino Designer / Java 0 Under Consideration

Set database property for embedded views.

For embedded views from other databases, the database path can not be entered as a formula. After the design refresh from one template, the other database must always be manually re-selected. It would be helpful to specify the database path (".. \...
almost 6 years ago in Domino Designer 2 No Plans to Implement

Assign a new Programmatic Column Name when copying and pasting a column in the view.

I think this is an old bug. Sometimes when a column is copyed and pasted in a view the programmatic name of the column will not change. I often was wondering why the new pasted column does not show the correct result of the underlying formula. Thi...
over 1 year ago in Domino Designer / Views 0 Needs Review

View column align values on decimal point

Make it possible to align values on the decimal point, n decimals, rounded, trailing zeroes should be invisible.
over 1 year ago in Domino Designer / Views 1 Under Consideration

Add operators common in other modern languages

For example... Assignment operators: +=, -=, *=, /=, %= Bitwise shift operators: <<, >>, >>> Increment/decrement operators: A++, A--, ++A, --A Improves readability, allows code to more easily be imported from/exported to o...
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

search the position of a form field

I am using a designer and I want to search the position of a form fieldIf there are many fields, I do not know where it is.
almost 6 years ago in Domino Designer 2 Under Consideration

RestTemplate for XPages

Take a look at Spring's RestTemplate class. Makes working with REST services much more a charm.
almost 6 years ago in Domino Designer / XPages 1 Under Consideration

Replace the view in the frameset with OpenView in NotesUIWorkspace.

Currently, it is not possible to use OpenView to switch views while a view is open in a frameset. We must open another frameset to switch views. We would like to be able to switch views within a frame with OpenView.
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

LotusScript NotesRegistration class ( new property NoteId )

When registering a new user using the RegisterNewUser method from NotesRegistration the NoteID / UNID of the created person record in names.nsf is not returned by the method. Having access to the NoteId / UNID would be extremely useful when prog...
over 4 years ago in Domino Designer / LotusScript 1 Assessment