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

LotusScript

Showing 327

Programmatically Refresh a UI View opened by User A when a document is create by user B fron another view

Context: Using Notes client, User A have opend a view "MyView" who contains Document using Form "MyForm". User B Open another view and modify a document which is available in both view. We need the first view opened by User A to refresh / reflect ...
about 3 years ago in Domino Designer / LotusScript 0 Under Consideration

More global objects

It would development a lot easier if more common global objects are available. e.g. country lists, country codes. Things that are coomonly used across applications.
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Open declaration of script file does not lock design element

When using "Open Declaration"/Ctrl click on a "Use "my_script_name"" within a script file, it opens the file but does not lock the design element. The element can edited and saved using Ctrl-S while another developer has locked the file.
about 3 years ago in Domino Designer / LotusScript 4 Needs Clarification

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...
almost 4 years ago in Domino Designer / LotusScript 2 Under Consideration

Designer : Provide validation check function for FT search formula.

In LS, we can't check FT search formula is valid or not. Please provide validation check function for FT search formula. We would like to get search result list at coding stage in order to validate result list.
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

LS2J browse in java library

Lotusscript can display property and method in java library
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Create method for select a folder on the server (component "Browser by server data directory")

I'm, as programmer, want to have a method in class "NotesUIWorkspace" to show browser by server data directory. Such a window already exists in dialog "Archive settings -> Archive Criteria" for server side archive config For example, it will ...
over 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Why when shutting down designer does the server need to be queried even if all elements are saved / not changed?

There seems to be too much in the background changes for no reason?
about 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Capture if User clicked Ascending or Descending on a Column in a View

My idea is as follows: 1. User chooses to sort either Ascending or Descending on a column set to sort "Both" by design from the UI View. 2. User opens a document from that view. 3. User edits and saves the document. Script closes UI document, g...
over 3 years ago in Domino Designer / LotusScript 0 Under Consideration

LotusScript class NotesDominoQuery

Running a DQL query against a server based Database. Database contains ~500k documents and is full text indexed. Code is run as a server agent (On schedule = never, Target = None; then run from console as tell amgr run "<mydatabase.nsf>" ...
11 months ago in Domino Designer / LotusScript 0 Needs Review