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

Clear

Ideas

Showing 487 of 8984

How to get the value of X-Forwarded-For in the "Remote_Addr" field?

Load balancer has a setting such as "enable / disable" for X-Forwarded-For. If one can't get the value of X-Forwarded-For in the "Remote_Addr" field, is there another way to get the value of X-Forwarded-For? Can it be achieved through scripting or...
over 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Dialog method to show DialogList Prompt of a field

Notes has a native dialog list field with options, which can be shown in a dialog by pressing the helper icon in the field or press enter if the field is focused. But there is no way to open this dialog by formula or lotusscript code. A way to ope...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Add the missing NotesViewColumn properties

There are a bunch of missing properties to manipulate view columns with LotusScript. This is very annoying because it forces to edit DXL for simple operations like setting a TOTAL. Missing NotesViewColumn class properties are : .isTotal .isAverage...
about 7 years ago in Domino Designer / LotusScript 1 Under Consideration

Allow clicking an action button programmatically

We have several situations in which it would be very useful to be able to start a mail in the user's mail database from a different application. As an example: relevant mails are stored in the Project database (moved/deleted from the mail db). Whe...
almost 3 years ago in Domino Designer / LotusScript 3 No Plans to Implement

Allow GetNamedDocCollection to work in client-server scenarios

The GetNamedDocCollection method functions correctly when it is executed locally against a local database, or when it is executed on the server against a database that also resides on that server. However, it does not return the correct value when...
7 months ago in Domino Designer / LotusScript 0 Needs Review

Add Group lookup in NotesDirectory and NotesDirectoryNavigator classes

It would be good to add functionality to do lookup of groups also in these classes and also other things that a developer might need to lookup in the nab/nabs but primarly groups. I know you can use this function to do a $namesfieldlookup and get ...
almost 3 years ago in Domino Designer / LotusScript 0 Assessment

Improve syntax-error reporting in LotusScript compilation

When compiling LotusScript in notes (either via Designer's Recompile All LotusScript or in C via NSFNoteLSCompile), it's very easy to run into a situation where the compiler reports just "Syntax Error", with no indication as to the source of the t...
about 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Provide full archiving support for archiving in HTMO just like Notes Client

Currently HTMO only supports local archiving and that too moving to only one folder within same PST file. If registry key "DisableCrossAccountCopy" is deleted it can support archiving to different PST file as given in below link. https://support.h...
almost 5 years ago in Traveler for Microsoft Outlook-HTMO 0 No Plans to Implement

Prevent HTMO from archiving truncated documents

If you archive few documents from HTMO (Outlook) and out of them if some documents are not fully synched then truncated documents will be archived in PST file. After archiving the documents, Outlook will delete them from primary location. So those...
about 3 years ago in Traveler for Microsoft Outlook-HTMO 0 Assessment

Insert programmatically well formatted URLs into richtext

As a Notes developer I would like to insert well formatted URLs into rich text. In the Notes client this is possible manually. Programmatically the richtext item offers the method AppendDocLink. Call notesRichTextItem .AppendDocLink( linkTo , com...
about 6 years ago in Domino Designer / LotusScript 0 Under Consideration