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 97

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.
11 months ago in Domino Designer / LotusScript 2 Needs Review

Angular Routed apps must fall back to index.html instead of error 404

If the application uses the Angular router, you must configure the server to return the application's host page (index.html) when asked for a file that it does not have. A routed application should support "deep links". A deep link is a URL that s...
22 days ago in Domino Designer / LotusScript 0 Needs Review

StrRightBack ,StrLeftback etc. should always return a string

PROBLEM:In an import method I had to detect that the combination of StrLeftBack(StrRightBack( HTMLrow$,"<") ,">") returned not, as expeted, an empty string "" but Empty.I had to write a test for each HTML value wether it IsEmpty or not. REAS...
3 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
about 1 year ago in Domino Designer / LotusScript 4 Needs Review

Improve Notesitem.text functionality to get all body content of a mail with forwarded mail

In an application, the content of the mail body is read with the help of item.text and written to another document. For some mail body with forwarded mails, the body is not read completely. Sample code: dim bodytext as string dim item as...
5 months ago in Domino Designer / LotusScript 1 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...
10 months ago in Domino Designer / LotusScript 0 Needs Review

About ReadEncoded method of NotesStream class

I have heard that there is a bug in the ReadEncoded of the NotesStream class. Please fix it and release it to the public.
5 months ago in Domino Designer / LotusScript 1 Needs Review

Ability to retrieve the schedule agent information using LotusScript

Currently, there is no property or method to retrieve the following information using the Notes Agent class. 1. Alias Name 2. Trigger: 'Action menu selection' or 'Agent list selection. Note: The Notes Agent class has a Trigger' property, but f...
about 1 year ago in Domino Designer / LotusScript 3 Needs Review

Make view OnSelect event work for an embedded view from a remote database

The view Onselect event works in embedded views from the same database but not remote databases. Onselect can be used to return selected document IDs in the embedded view to the parent NotesUIdocument. It would be great if this functionality was e...
3 months ago in Domino Designer / LotusScript 1 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...
10 months ago in Domino Designer / LotusScript 1 Needs Review