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 1347

Allow to debug LotusScript from external .lss files

Idea is to allow to LotusScript debugger debug source included by %Include derective.
about 6 years ago in Domino Designer / Debugger 2 No Plans to Implement

Please identify LotusScript reserved word more correctly in Domino 11.0.x Designer

One customer use Domino Designer 11.0.x and defined a function with name DeclareObj like following: 1 Function DeclareObj( count As Integer ) As Integer 2 DeclareObj = False 3 (省略) 4 DeclareObj = True 5 End Function then he got a "Variable should ...
about 2 years ago in Domino Designer / LotusScript 2 Needs Review

Allow Paragraph alignment: No Wrap in tables

A set of multivalued fields with the same number of elements is often used to store and display an "embedded table". For example, the "Notes client" table on the Administration tab in the Person document. It works well for short items such as date...
about 5 years ago in Domino Designer 0 Under Consideration

Generate outline and action bar as bootstrap html instead of html table

Now an outline can be viewed on the web as an applet or html (table tr td).. Having and extra option to generate it as bootstrap compatible html would be a big improvement and modernisation as we can simply use the outline that is currently availa...
about 5 years ago in Domino Designer 0 Under Consideration

notesdatabase.compactwithoptions

Needs to be brought up to date with latest domino version compact options. For example enabling / disabling daos or nif. Also needs separate options for -r and -R
about 4 years ago in Domino Designer / LotusScript 0 Needs Review

Force a DB to open fully before control is returned to the Notes client

Referencing SPR # PALT7THML2: OpenDatabase method of the UIWorkspace class so that when you are opening a DB in the UI, you can make sure that it is fully opened before proceeding so that future code does not fail because it is taking the DB too l...
over 6 years ago in Domino Designer / LotusScript 0 Under Consideration

make customControl categories selectable

XSP customControl design elements can be categorized in Designer which is a neat feature esp for complex applications with dozens of customControls. This would be even more helpful if we could select from categories defined previously; currently w...
over 6 years ago in Domino Designer / XPages 0 Under Consideration

a new function to do Computewithfield

You often doesn't want to compute the complete form that you do with computewithform. If you have an scheduled agent you often only want to update fields related to views and then a computewithfield would be great that you could send in one or mor...
over 6 years ago in Domino Designer / LotusScript 2 Under Consideration

Reduce replication conflict and improve lock record

Some application serious about replication conflict. It should be config for online mode to avoid replication conflict or can lock record like rdbms.
over 6 years ago in Domino Designer 2 Under Consideration

Allow to exclude a LS class or an entire LS Library to be excluded from debugging

Problem: As usual nobody wants to invent the wheel again, thus we use libraries and classes so that we do not have to write the same code again and again. But if in an application something is wrong and one has to debug the code and has to go thro...
about 2 years ago in Domino Designer 1 Needs Review