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 1283

Desktop.dsk api

an api to read databases on each tab in desktop.dsk and add a database on a certain tab. And create a tab These three api calls would be really good to have.
11 months ago in Domino Designer / LotusScript 0 Needs Review

GetThreadinfo(LSI_THREAD_CALLMODULE) should return the name not any internal address

It would be great if the LS GetThreadinfo(11) command would return the calling modul name instead of an internal cryptic string number string like in example "*F134C18". This would allow to write a much better error handling routine and would also...
over 4 years ago in Domino Designer / LotusScript 4 Under Consideration

Formula-controlled expansion/collapsing of sections in a form/document

A form that contains many embedded views in sections. Some of these sections should only be expanded/collapsed in case a given field contains a certain value. This way only sections relevant for the current situation are expanded - this gives a mu...
almost 3 years ago in Domino Designer / @Formulas 2 Under Consideration

Make it possible to pull a restyle from an existing element like one form and push to a selectable list of forms in the same database. (or view, page, etc)

So you restyle your template and push that look and feel to all the child databases, but everyone knows that something in the child database will be unique to that child database (special form, unique view, etc). So those design elements are exclu...
3 months ago in Domino Designer / ReStyle 0 Needs Review

Add XPages Open NTF Domino API

Add Open NTF Domino API to the core build. Tired of having to keep adding via OSGI to servers in general and clients who need it for XPiNC. Seems like a quick win to me.
about 2 years ago in Domino Designer / XPages 0 Under Consideration

Allow @GetProfileField to get data from other databases

Currently, @GetProfileField only allows you to read values from profile documents in the same database. Please add the possibility to read from other databases, too, like it is already possible by @DbLookup for "normal" documents.
over 3 years ago in Domino Designer / @Formulas 0 Under Consideration

Rich Text Append URL Link Programmatically.

There are lots of known limitations with the available methods and properties of NotesRichTextItem so this is just one which I feel would be useful. The ability to programmatically add a URL link to a NotesRichText item ie the String and the href ...
8 months ago in Domino Designer / LotusScript 0 Needs Review

Add a Calendarweek LotusScript function, which obeys the user's regional settings

Sometime users want to categorize documents in a view by calendar week. The calculation of calendar week is differerent in different parts of the world, e.g. the rules for the US differ from the rules used in Europe. The Notes client calculates th...
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

I would like to add a parameter to the @UserRoles function.

The @UserAccess function allows the user to get the current user's access rights by specifying the server name and file name. I want @UserRoles function to be able to get the current user's roles by specifying the server name and file name in the ...
11 months ago in Domino Designer / @Formulas 0 Needs Review

Improve LotusScript Lists with something like a size or count property

I love using Lists in LotusScript, as well as HashMaps in Jave etc. There are a few things though that I've always missed with Lists: a size or count property/option telling us how many elemts are stored in a List if that is not possible for whate...
about 3 years ago in Domino Designer / LotusScript 5 Needs Review