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

LotusScript

Showing 410

Enhance limit of NotesLog limitation - AgentLog has a ize limit of approximately 64 KB

As an End user, need to enhance limit of NotesLog limitation. Currently AgentLog has a ize limit of approximately 64 KB: https://help.hcl-software.com/dom_designer/14.5.0/basic/h_debug_agents_noteslog_classes.html Because when doing a DXL export, ...
7 days ago in Domino Designer / LotusScript 0 Needs Review

Type ahead in Lotusscript editor in code with bugs

Make sure the type ahead is working, even if there are errors in the code.
13 days ago in Domino Designer / LotusScript 0 Needs Review

Please enable the ability to prohibit pasting notes notes documents.

Please enable the ability to prohibit pasting notes notes documents.While this exists for view events, it does not prevent notes document pasting when a new view is created, as pasting remains possible there.Ideally, an event should be set in the ...
about 2 months ago in Domino Designer / LotusScript 1 Needs Review

Support for Windows BMP File Format in DXL

Currently, DXL supports only PNG, JPEG, GIF, and notesbmp formats, but not Windows BMP. Simple images such as QR codes can be easily generated in LotusScript as Windows BMP files, but they cannot be embedded as inline images in rich text. Please a...
2 months ago in Domino Designer / LotusScript 0 Needs Review

Add a LotusScript method to notesdocument to get the users access level.

You can get a users access level to the database with db.QueryAccess. A similar method should be added to NotesDocument, so a web agent can check a users permission for the ability to edit a document before attempting to make any changes.
2 months ago in Domino Designer / LotusScript 1 Needs Review

Lotusscript formating

"Select Case" statement indentation is not consistent in the eclipse based editor (agent, lotusscript library) Example code: Function selectcaseindent Dim caseIndent As String 'logic If True Then Select Case caseIndent Case "one": Pr...
3 months ago in Domino Designer / LotusScript 1 Under Consideration

New parameter for notesuiworkspace DialogBox that would allow its Resizing when used by user

Closest to desired result seams client preferences dialog (file > preferences). I know it is big thing to ask but maybe. one day...
4 months ago in Domino Designer / LotusScript 0 Under Consideration

Add Purge Interval Replication Control (PIRC) status to Database.ReplicationInfo property

We have sometimes experienced that the Purge Interval Replication Control has been turned off on server databases, without intervention from users. The Purge Interval Replication Control status is missing on the ReplicationInfo property for NotesD...
4 months ago in Domino Designer / LotusScript 0 Needs Review

CreateViewNavigator improvements

If I use createNavigatorFromCategory or createNavigatorFromKey.All categories disappear and that is sad because sometimes when you create apps you would like to get i.e all level 2 category names below a certain category without looking thru lots ...
5 months ago in Domino Designer / LotusScript 0 Needs Review

ViewNavigator getNextSameLevelCategory

It would be good to have an option to go to next category on the same level. GetNextCategory will traverse the three down. But Perhaps I only want to retrieve the Entries at a certain level.
5 months ago in Domino Designer / LotusScript 0 Needs Review