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 99

Allow to close messagebox automatically after a certain amount of time

I want to close messagebox dialog automatically after a certain amount of time by using LotusScript. Please consider adding an option to specify the timeout value.
6 months ago in Domino Designer / LotusScript 1 Needs Review

Add functionality for Rich Text fields to be used in dialogbox.

When a form is launched via a dialogbox, a rich text field on the form is recognized and updated but can not be accessed via code.
about 2 years ago in Domino Designer / LotusScript 1 Needs Review

Improve "Automatically Add 'Option Declare '"

It just doesn't work right, this option, especially when I have to update an older form that didn't have the Option Declare in it. The code in a button on the form contained a non-declared variable. Customer not happy, me not happy. I don't even w...
over 1 year ago in Domino Designer / LotusScript 2 Needs Review

New field type "Source code"

In some cases it is useful to store lotusscript in a text-/richtextfield in a notes document. This source code then is used to execute from a compiled script. This generally works fine. It would be very helpful if a new field type "Source code" (o...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

Remove and add database icon using lotusscript

Requirement is to remove old database icon and add new database icon on the workspace using lotusscript. @RenameDatabase and @AddDatabase methods doesnot fit in customer requirement. Migration from old version to new version is being done and at s...
almost 3 years ago in Domino Designer / LotusScript 1 Needs Review

LotusScript method PickListCollection should support accent sensitive sorting

When using LotusScript method PickListCollection to retrieve a document collection, the passed key does not use accent sensitive comparison. For example, in the NAB, Peter Salen/Company and Peter Salén/Company are two separate persons with uniq...
about 3 years ago in Domino Designer / LotusScript 0 Needs Review

global lotus scriptlibraries/objects

I have a project that consists of over 40 domino databases.There I have a class that encapsulates database access (session, datbase, view, ..).(dim appOrg as New App ("ProVeOrg") or dim appQuali as New App ("ProVeQuali") ...).This is used in many ...
almost 3 years ago in Domino Designer / LotusScript 4 Needs Review

Let AppendRTItem work as expected

By using this method the font information is lost when the Rich Text Items reside in different documents and use different fonts. The result is, that the content of the new Rich Text Item gets the first divergent font (other than standard). If thi...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Replace the view in the frameset with OpenView in NotesUIWorkspace.

Currently, it is not possible to use OpenView to switch views while a view is open in a frameset. We must open another frameset to switch views. We would like to be able to switch views within a frame with OpenView.
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

Parameter for view.getDocumentBykey specifying the sort column of the view.

The View class getDocumentBykey searches within the first sort column of the view. For this reason, getDocumentBykey requires a separate view for each sort column. if one view has two sort columns, we want to specify the second sort column.
over 1 year ago in Domino Designer / LotusScript 0 Needs Review