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

My ideas: LotusScript

Showing 96

Improve NotesJSONNavigator

It would be great have additional methods in the NotesJSONNavigator. Besides the current AppendElement, AppendArray, AppendObject there should also be RemoveElement, RemoveArray and RemoveObject. It is currently possible to create, read and update...
15 days ago in Domino Designer / LotusScript 0 Needs Review

Rich Text Append URL Link Programmatically.

There are lots of known limitations with the available methods and properties of NotesRichTextItem so this is just one which I feel would be useful. The ability to programmatically add a URL link to a NotesRichText item ie the String and the href ...
19 days ago in Domino Designer / LotusScript 0 Needs Review

Allow RegisterNewUser method to enforce Registration policy settings

Some items that can be set when registering a user in Domino Administrator cannot be set when executing the RegisterNewUser method. (Internet domain, password key width, etc.) The current behavior is that even if these items are set in the Registr...
20 days ago in Domino Designer / LotusScript 0 Needs Review

Get only highlighted text from the Body of the document using LotusScript?

can we get only below yellow highlighted text from the Body of the document? Tried notesRichTextItem . GetFormattedText and notesRichTextItem .UnFormattedText but not useful. Its taking entire text of the body with and without spaces/tabs but not ...
about 2 months ago in Domino Designer / LotusScript 0 Needs Review

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

Upgrade Apache Axis to Axis2 (or latest at the time) to resolve issues with WSDL import functionality

Please consider updating the version of Apache Axis used in Domino Designer. Designer includes Axis v1.4 which has been included with Designer since Notes 9 (possibly Notes 8). Complexity of webservices have moved on a long way since that time, a...
4 months ago in Domino Designer / LotusScript 0 Needs Review

Support for self-signed certificates on Nomad

We have recently developed an LotusScript function that sends a NotesHttpRequest to a REST on our server, which has a self-signed certificate. When running the function we get the expected SSL error about self-signed certificates. In Notes clients...
2 months ago in Domino Designer / LotusScript 0 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

Desktop.dsk api

an api to read databases on each tab in desktop.dsk and add a database on a certain tab. And create a tab These three api calls would be really good to have.
4 months ago in Domino Designer / LotusScript 0 Needs Review

ability to programmatically navigate to a document in a view

I want to have the option to highlight a document in a view when I open the view e.g. in the postopen event I can use the document unid that I have set as environment property. the idea is to toggle between views but keep focus on a choosen / high...
5 months ago in Domino Designer / LotusScript 1 Needs Review