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

Clear

Ideas

Showing 1025 of 8993

Search may not return all expected documents if relative documents are being modified

A LotusScript agent that uses the Search method (of the Notesdatabase class) may not always return the expected set of documents in cases where the relative documents are being modified. This was observed in a case where one agent was executing th...
almost 2 years ago in Domino Designer / LotusScript 1 Needs Clarification

Allow @Explode for a date range using variables

According to the Help, one can use @Explode( [05/01/96 - 05/02/96] ) to create a date range value. It's only possible with scalars apparently.Would it be possible to allow @Explode( StartDate:EndDate ), where both StartDate and EndDate are date fi...
almost 4 years ago in Domino Designer / @Formulas 3 Needs Clarification

Application Level Auditing

Right now we can programmatically track changes in a record (who updated which field and the before/after. But we'd like to have a change log what was changed in the application. Use Case: I have application A deployed and running in production. I...
almost 6 years ago in Leap 1 Needs Review

Add ability to have @Commands in Show Single Category for embedded views

It would be nice to have the ability to use @commands such as @If(@Contains(@UserName;@DbLookup("" : ""; "Notes Glenville/Applied Robotics Inc." : "NAMES"; "Groups"; MyReports; "Members"));MyReports;""); This would get if the user is in a group, ...
about 2 years ago in Domino Designer / @Formulas 2 Under Consideration

@emptydate function

When computing date fields you sometimes want to set the datefield to a empty value. Today this isn’t possible at all the field becomes invalid and can give problems with compute with form.
about 6 years ago in Domino Designer / @Formulas 2 Under Consideration

Allow export to older versions

I see that being downward-compatible is tricky here and there but when I created an app with 1.0.4 I am not able to use it in 1.0.5 - even if I didn't use any of the new features like the Richtext field. The workflow stuff is basically the same fr...
about 4 years ago in Leap 0 Needs Review

Add a simple attribute for a form element for horizontal align

Currently you have to control alignment with a custom CSS class - which is way too much work if you just want a single element (like an image) to be aligned differently.
about 4 years ago in Leap 0 Needs Review

Add a custom CSS style attribute to a form element (field, paragraph, image etc.)

Currently you can only assign a custom CSS class to an element. It would be useful to have another attribute to define a custom inline-css term instead of only having a class. The way it's now needs a custom CSS file added and always being edited ...
about 4 years ago in Leap 0 Needs Review

ValueLength vs. Len and LenB function provides inconsistent results

Add LotusScript Length function which returns the length of a string in bytes the same as ValueLength property of NotesItem, if we save this string in the NotesItem. Now we have Len and LenB functions that works incorrectly. LenB returns 2 bytes f...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Domino Leap: Extend limit of returned entries on a list-view-service

Thanks to the community forum I know now how to set the returned entries from default 50 to 1000. Pls extend this value. ie. 5000
about 2 years ago in Leap 0 Needs Review