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 1303

ForAll variable to follow type of array element

Sub Initialize Dim ns As New NotesSession Dim db As NotesDatabase Set db= ns.Currentdatabase ForAll vw In db.Views If vw. ... End ForAll In this snippet, vw is a Variant and not a NotesView, which is terribly unpractical. Suggestions: eith...
over 2 years ago in Domino Designer / LotusScript 1 Under Consideration

Easier conversions from Rich Text to other Format

Easier conversions from Rich Text-Fields to HTML, RTF, PDF etc and back without Declare API function.
almost 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Create View and ViewColumn in Lotusscript

Expose more properties from view dialog and the view column property dialog in the Lotusscript Classes for views and view columns.So we can create / change views within applications better.
over 1 year ago in Domino Designer / LotusScript 3 Under Consideration

Ability to set currency symbol at database level with LotusScript

Would like the ability to set form field and column currency settings globally at database level programmatically via LotusScript (and/or @formula). This will useful where you have databases being accessed by the same user, but where they need dif...
8 months ago in Domino Designer / LotusScript 2 Needs Review

Property to check what is the default view of domino application

Please add a property to easily find out what the domino application's default view is. Currently, I am getting all the views using the Views Property of the NotesDatabase class and inspecting each NotesView using the IsDefaultView property, but t...
over 1 year ago in Domino Designer / LotusScript 0 Under Consideration

App dev pack / Proton : expose V12 QueryProcessor and / or some view Navigation methods

Hi, Currently the way to get documents from Domino via GRPC/Proton is to perform a DQL Query. But DQL does not allow for document sorting, so if - for ex - I want to get the 5 first documents based on a field sorting, I need to get all the documen...
almost 4 years ago in Domino Designer / Java 1 No Plans to Implement

More Notes Client Application focus

This isn't anything specific but more general rambling on product direction. I've seen a lot more focus on the web side of Notes/Domino while Notes client development is being left in the dust. The whole reason why Notes/Domino is popular in the f...
over 5 years ago in Domino Designer 5 Under Consideration

740 feature ideas in Domino Designer Category in 2 years none of which have Planning To Implement status.

Please confirm HCL is Planning to Implement further developments, features, enhancement to the existing standard design elements. Fine if not, but those making suggestions need to know. Clarification on XPages would be a bonus.
over 4 years ago in Domino Designer 3 Under Consideration

Add a possibility to include LotusScript into xPages

Benefit: use existing code in (existing and new) applications independently of the usage of xPages or native design elements. The goal is to write code once and use it at different places. Please note (written after first comments) that this ide...
over 6 years ago in Domino Designer / LotusScript / XPages 4 Under Consideration

Select Multiple Documents in the view using LS

It will be very helpful if I can use something like: NotesUIView.SelectDocuments( coll as NotesDocumentCollection ) which marks all documents from the collection with selection marks.
over 6 years ago in Domino Designer / LotusScript 0 Under Consideration