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

LotusScript

Showing 381

Function to extract document count/unread count of each folder and also count of total number of views and folders in database

There is a feature request to provide a function which can extract a document count/unread count from each folder and also count the total number of views and folders in a database. Currently only a custom script can make it possible but that scri...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration

Break Long running lotusscript code

It would be good to have a way to break long running lotusscript code. Sometimes you get a long running lotusscript code that is blocking the client and you want to break it. It would be good to have some known keyboard sequence to press to break it.
11 months ago in Domino Designer / LotusScript 2 Needs Review

Force a DB to open fully before control is returned to the Notes client

Referencing SPR # PALT7THML2: OpenDatabase method of the UIWorkspace class so that when you are opening a DB in the UI, you can make sure that it is fully opened before proceeding so that future code does not fail because it is taking the DB too l...
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

a new function to do Computewithfield

You often doesn't want to compute the complete form that you do with computewithform. If you have an scheduled agent you often only want to update fields related to views and then a computewithfield would be great that you could send in one or mor...
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration

NotesUI class can access that view created by NotesDatabase.CreateView

A new feature was requested to create a new view with the NotesDatabase.CreateView method and immediately use it from the Notes client. LotusScript cannot open this new view without reopening the database, even after creating a new view with the ...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Add NotesDocument to a Collection like an array

Our Problem: We are trying to search multiples NotesDocuments from an agent in a database to a view in another database. We then proceed to add those documents to a NotesDocumentCollection with the function AddDocument (NotesDocumentCollection - L...
almost 3 years ago in Domino Designer / LotusScript 3 Needs Review

Create new class NotesItemCollection

It would be useful to create such a class so that you can perform bulk operations with a group of fields - delete, change parameters (issigned, isreaders), transfer / copy to other documents (databases) .. and so on .. well, so as not to do it by ...
almost 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Quick Wizard for FLAT icon of database

I want option to select one of flat icons and select just color and background. This would quickly create nice icon, that looks nice and in world wide trend of FLAT DESIGN. sample of icons are here. Current Paint Style editor is time consuming a...
almost 6 years ago in Domino Designer / LotusScript 0 Under Consideration

rebase LotusScript to JVM

Compile all LotusScript to Java ByteCode and run it on a JVM - LS can use Java classes - Java can use LS classes - Use Eclipse debugger for LS
almost 6 years ago in Domino Designer / Java / LotusScript 0 Under Consideration

Sort parameter for notesUIWorkspace.Prompt method

Add the Sort parameter to the notesUIWorkspace.Prompt method on LotusScript, the same as in @Prompt on @formulas
almost 6 years ago in Domino Designer / LotusScript 0 Under Consideration