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 93

Add JSON pretty format to the the JSON class in Lotus Script

Lotus Script JSON stringified output is always compressed and does not format the data pretty printed. There are many tools out there which could reformat the JSON output.But this would cause a round trip to an external comand like JQ which would ...
about 23 hours ago in Domino Designer / LotusScript 0 Needs Review

Improve REST/JSON capabilities in LotusScript (e. g. for better use with HCL Volt MX Foundry)

We are using Domino LotusScript for many REST Requests to internal and external services, including HCL Volt MX Go Foundry as a services middleware for easier administration of services, easier configuration of auth services, also improving the ov...
17 days ago in Domino Designer / LotusScript 0 Needs Review

Domino integration with AppScan for source code scanning

HCL Software's Source Code Scanning Solution AppScan source should support LotusScript and all other HCL platform such as Domino, Notes etc.
about 1 month ago in Domino Designer / LotusScript 0 Needs Review

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

PicklistStrings using data array instead of documents

It would be very helpful to have the ability to let the user pick one ore more data sets out of given tabular data presented based on a view or folder design. The data maybe provided as multi dimensional array, some kind of key/value sets or maybe...
4 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.
10 months ago in Domino Designer / LotusScript 2 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...
4 months ago in Domino Designer / LotusScript 1 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.
4 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...
9 months 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...
about 2 months ago in Domino Designer / LotusScript 0 Needs Review