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 363

Add a lotusscript method to export inline image in rich text field

Attachments files and objects are able to export by using ExtractFile method in EmbeddedObject class.But there is no method to export pasted image data to disk. Currently it can implement to use DXLExporter and ConvertNotesBitmapsToGIF. But It is ...
almost 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Increase Noteslog limit

Currently Agent Log can hold only 64KB of information. When the information written to it exceeds this limit, the following message is displayed and the agent stops running: Error executing agent <agent-name> in <database-name>. Memory...
almost 3 years ago in Domino Designer / LotusScript 2 Needs Review

Provide method to set the database property "Inherit Design from Master Template"

It will be very helpful and also reduce the admin work if there is method to set the Name of master template in database property "Inherit design from Master Template" using Lotus Script/Java.
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

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

please extend the NotesDocumentCollection class with a ".Search" method, in addition to the ".FTSearch" method

it is a great way to search a NotesDocumentCollection with ".FTSearch". With a ".Search" we could narrow down the search in the collection more precisely. And the same for a NotesViewEntryCollection - please ;)
about 3 years ago in Domino Designer / LotusScript 0 Needs Review

RenderToRTItem should render all subforms used in a form

Currently, the RenderToRTItem method in NotesDocument class does not render subforms if the first line is hidden by a HideWhen formula. This is an unexpected behaviour.
about 3 years ago in Domino Designer / LotusScript 0 Needs Review

Changes on the Java code called by ScriptLibrary do not reflect immediately

ScriptLibrary written on LotusScript is calling a method from a Java code - getVersion e.g. Print "Java version: " & reader.getVersion() If we append something else on the Java code for getVersion e.g. public String getVersion() { return "<...
about 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

Provide specific information when Notes Database cannot be opened

When accessing a database that's either encrypted or corrupted, the Notes Database object is not usable and there is no specific information. Sub Initialize Dim db As New NotesDatabase( "Server/Domain", "database.nsf" ) If db.IsOpen Then MsgBox ( ...
about 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Allow DQL queries on Notes Document Collections, rather than just an entire DB

Currently, the FTSearch keyword (LotusScript) allows for performing searches on both a DB or a document collection. Include this feature with DQL so queries can be performed on document collections as well.
about 3 years ago in Domino Designer / LotusScript 3 Needs Clarification