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 1230

XPages mobile control

New mobile control for xpages ex Camera control, Bar code scanner, Barcode generator, Digital signature, map, check-in, check-out,.keep latitude, longitude, Star vote.
about 5 years ago in Domino Designer / XPages 2 Under Consideration

Create proper documentation for new classes and features as soon as they are published!

I'm filing this under "LotusScript but it's true for other topics as well, and I'm talking about online AND offline versions of Designer help: New classes and features must be properply documented as soon as they are published, esp. if they aren't...
about 2 years ago in Domino Designer / LotusScript 5 Under Consideration

Allow embedded views from other databases based on a formula

Now when I want to embed a view from another 2nd database I have to select the application (2nd database) and the view I want to add. However, when working with templates the template and production db will then both refer to the same 2nd database...
almost 4 years ago in Domino Designer 2 Under Consideration

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...
about 4 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...
over 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Rich-text reports (tables, pie charts...) from Notes Client

Rich-text reports can look nice compared to many other Notes design elements, but creating such reports is a lot of work. Methods to create tables and graphs and pie charts etc. in rich-text items should be provided.
over 5 years ago in Domino Designer 0 Assessment

The option to programmatically set the Tab label and caption for a Table with multiple tabs

There are many times when a table with tabs are useful but the tab headers cannot be set via a formula option. That means for shared databases the designer client must be used to alter the tab headings. This feature will improve table usage in app...
over 2 years ago in Domino Designer / @Formulas 2 Under Consideration

Update JavaScript validator supports newer ECMAScript standards

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

Resizable arrays (lists) in LotusScript

There should be a class similar to Java's ArrayList, a resizable array to put elements into it with methods like: list.add(Variant item) list.isEmpty() list.Iterator() list.removeAt(int index) list.remove(Variant item) list.size() ...
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration

New design element: embedded browser

Just like we can embed a view, would it not be great to have an embedded browser (using the setting of your current browser). Especially for mobile (Nomad) applications, this could enrich the experience. Of course the url needs to be computed, and...
over 5 years ago in Domino Designer 5 No Plans to Implement