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 364 of 8007

notesdatabase.compactwithoptions

Needs to be brought up to date with latest domino version compact options. For example enabling / disabling daos or nif. Also needs separate options for -r and -R
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

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 ...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Add possibility in designer to do dql search and test search

Yo increase adptation of dql asearch option inside of designer to testdql searches and to get thedebugi fo directly
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Allow (multiple) snippet libraries to be imported from urls automatically into the designer client snippets library

This will allow snippet libraries such as OpenNTF or internal company code libraries to be quickly shared around developers.The data can already be import and exported into xml format, so adding the auto url option would not be a big step. Away t...
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

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...
about 3 years ago in Domino Designer / LotusScript 1 Under Consideration

PROMPT_YESNO default "NO"

The NotesUIWorkspace methode PROMPT_YESNO (2) add the Option default that we can set it to "NO"n And make it also with @Prompt available
9 months ago in Domino Designer / LotusScript 0 Needs Review

User want to save Application Icon by LotusScript.

The user want you to realize the function that the source file of the application icon saved in [Resource] - [Icon] that is a database design can be saved locally by LotusScript, @Function, such as programming language.
almost 4 years ago in Domino Designer / LotusScript 1 Under Consideration

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

new lotusScript method db.GetUnModifiedDocument based on threshold date

There is currently methods to build collections based on GetModifiedDocuments (positive change) and UnprocessedDocuments (agent hasn't touched). GetAllUnreadDocuments ,etc But there are times you need to process or inspect documents that haven't b...
over 1 year ago in Domino Designer / LotusScript 0 Under Consideration

Action id counter

Option to set last id for shared Action. When adding new action, action is added with an existing id. So actions overlap and it is a mess to set them right.So when adding action, it should check what is last id. Optionally would be nice to be poss...
over 1 year ago in Domino Designer / LotusScript 5 Needs Clarification