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

FILTER BY CATEGORY

Domino Designer

Showing 1140

Format function does not return four-digit year if year number is in three digits.

Format("111/02/03", "YYYYMMDD") Format("0111/02/03", "YYYYMMDD") Format("0111-02-03", "YYYYMMDD") The three LotusScript results above are "1110203". The year was 3 digits. The requested result is "01110203", a four-digit number with leading...
8 months ago in Domino Designer / LotusScript 1 No Plans to Implement

I want to be able to edit the colour schemes to match my corporate standards

My company has strict guidelines for look and feel. I'd like to be able to easily augment the colour schemes with our corporate standard colours.
8 months ago in Domino Designer / ReStyle 1 Assessment

Ability to view agent profile results without the necessity to open the application in design

if you enable Profile for an agent and you want to show the profile results you have to open the database in design mode. this is not always so possible in Production environment with highly restricted access. the profile results should be accessi...
8 months ago in Domino Designer / Debugger 1 Under Consideration

SortOption in NotesQueryResultsProcessor does not work anymore

The method addColumn in der NotesQueryResultsProcessor can not understand his own (4th) parameter for SortOption. If you omit this parameter everything works fine. If you set this parameter to SORT_ASCENDING, SORT_DESCENDING or SORT_UNORDERED the ...
8 months ago in Domino Designer / LotusScript 0 Under Consideration

@Formula scriptlibrary that I can re-use across my design elements

If I have an @Formula function that I want to reuse across my design elements (e.g. Postopen event for all views and database script) I have to rewrite the function for every design element. It would be much handier if I could store the code as a ...
9 months ago in Domino Designer / @Formulas 1 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.
9 months ago in Domino Designer / XPages 0 Under Consideration

set default Option "No" for PROMPT in LotusScript

Make it availabe to set the default Value of NotesUIWorkspace.Prompt for YES/NO available. It is not possible to set the default value to "NO".
9 months ago in Domino Designer / LotusScript 0 Needs Review

Queryresultsprocessor - Copy output style from existing view

To make Queryresultsprocessor even more powerful I think it would be helpful if there would be an additional method which copies the columns including formatting and all settings and formulas from an existing view in the database. This would save ...
9 months ago in Domino Designer / LotusScript 0 Needs Review

Modify "Record Activity" using Java

I was asked to programmatic to modify whether a database is recording user activity. There doesn't seem to be a way to do it currently using code.
9 months ago in Domino Designer / Java 0 Needs Review

Add parameters to @Command( [FilePageSetup] )

Currently @Command( [FilePageSetup] ) displays a dialog on which user has to interactively specify parameters such as page margins. It should be possible to set all these parameters automatically by @Command and/or through LotusScript method.
9 months ago in Domino Designer / @Formulas 0 Needs Review