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

Search results: Domino Designer

Showing 10 of 70

ViewNavigator getNextSameLevelCategory

It would be good to have an option to go to next category on the same level. GetNextCategory will traverse the three down. But Perhaps I only want to retrieve the Entries at a certain level.
3 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 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Add a @Calendarweek formula 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 6 years ago in Domino Designer / @Formulas 1 Under Consideration

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.
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

View column totals should be accessible for calculations, like detail rows are accessible through the programmatic name.

Let's suppose there is a view with three numeric columns; 1 2, and 3. I would like to be able to use the column totals from columns 1 and 2 to calculate the column total for column 3. For example, when calculating gross margin; if I have the price...
about 7 years ago in Domino Designer 2 Under Consideration

Automatically adjust the width of individual entries of an outline embedded in a page, displayed within a frameset, to taking into account the width of a client like the Notes client or Nomad Mobile.

The user develops an application that works with both the Nomad Mobile and Notes clients. This application has three folders. The outline that switches the folders to be displayed is embedded in the page, and the page is displayed in the frames...
almost 4 years ago in Domino Designer 0 Needs Review

NotesForm functions

Today we have getfieldtype it would be good to have three more functionsGetDefaultFormula = Returns default value formula or Computed Formula GetTranslationFormula = Returns Value translationFormula GetValidationFormula = Returns Validation Formul...
almost 2 years ago in Domino Designer / LotusScript 1 Needs Review

DQL support for Japanese

DQL can not search Japanese as summary field and view column. I can not search Japanese values ​​with all three below. NotesDominoQuery Class (LotusScript) domquery.exe (Command Prompt) load domquery command (Domino console) I tried URL enco...
over 6 years ago in Domino Designer / LotusScript 4 Shipped

Extend the limitation of action name's length

Action name has the 128 byte limitation and the following message is displayed when it's over. "The action's composite name is too long. (An action's composite name includes the names of its parent actions.)" When we use DBCS characters for ...
over 4 years ago in Domino Designer 2 Under Consideration

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...
about 3 years ago in Domino Designer / LotusScript 1 No Plans to Implement