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 362

Allow to rename attachment's file name by LotusScript

An attachment file's name cannot be changed by Source or Name property in the NotesEmbeddedObject class. The customer requested us to add a method or property to rename the file name of an attachment.
6 months ago in Domino Designer / LotusScript 2 Needs Review

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

Allow specifying "" for current database in PickListStrings or PickListCollection LS methods

When you use "" to specify the current database within the PickListStrings or PickListCollection LotusScript methods (both of the NotesDatabase class), the following runtime error occurs: "Notes error - Incorrect argument: non-null string expected...
7 months ago in Domino Designer / LotusScript 0 Under Consideration

Create View and ViewColumn in Lotusscript

Expose more properties from view dialog and the view column property dialog in the Lotusscript Classes for views and view columns.So we can create / change views within applications better.
7 months ago in Domino Designer / LotusScript 3 Under Consideration

Property to check what is the default view of domino application

Please add a property to easily find out what the domino application's default view is. Currently, I am getting all the views using the Views Property of the NotesDatabase class and inspecting each NotesView using the IsDefaultView property, but t...
7 months ago in Domino Designer / LotusScript 0 Under Consideration

LotusScript to browse/edit URL links (Hyperlink or Hotspot)

Function for LotusScript to process URL links created by Notes clients in the Body field with the following functions Menu: [Create] - [Hyperlink] Menu: [Create] - [Hotspot] - [Link Hotspot] For example, LotusScript can look for Document Link...
7 months ago in Domino Designer / LotusScript 0 Under Consideration

Ability to create Date/Time item with only date information in LotusScript

When a Notes client opens a form and saves a date field that does not display a time, a date-only date item is created that has no time or time zone information. This item information can be found in the value of the document property. LotusScri...
7 months ago in Domino Designer / LotusScript 2 Needs Review

Make the NotesUIView OnSelect event work in an embedded view

This would allow us to identify which document in an embedded view was selected
7 months ago in Domino Designer / LotusScript 2 Needs Review

"GetDocumentByKey" is giving search result as a document with column values having new line in it.

The syntax for "GetDocumentByKey" is --> Set notesDocument = notesView .GetDocumentByKey( keyArray [, exactMatch% ] ) Return value is --> A NotesDocument. The first document in the view whose column values match each of the values in the key...
8 months ago in Domino Designer / LotusScript 0 Needs Review

"GetDocumentByKey" is not giving search result when key has new line present in it.

The syntax for "GetDocumentByKey" is --> Set notesDocument = notesView .GetDocumentByKey( keyArray [, exactMatch% ] ) If the value of the "keyArray" parameter has a new line present in it, then the search does not give any results irrespective ...
8 months ago in Domino Designer / LotusScript 1 Needs Review