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 210

Enhance LotusScript with Base64 encode/decode, MD5, SHA1, SHA256

Please provide a native LotusScript interface to do Base64 encoding and decoding, and hash functions like MD5, SHA1, SHA256. Needed since Nomad does not have Java for speedy access to those functions, and these functions are needed on the web.
over 2 years ago in Domino Designer / LotusScript 0 Under Consideration

Please remove the 64k limit from NotesHTTPRequest

Please remove the 64k limit from NotesHTTPRequest. It accepts a String as input, those can be 2 GB. Also helpful if it would accept a NotesStream, so proper encoding can be ensured.
over 2 years ago in Domino Designer / LotusScript 0 Under Consideration

Correct indentation on "End Select" in Lotus Script

The auto indentation of Lotus Script misplaces an "End Select" line. It would need an additional indent tab to be placed correctly. Please just fix this! Mark Reiser sirius-net GmbH
over 2 years ago in Domino Designer / LotusScript 1 Under Consideration

Add APIs for progress indicators and modal "processing" dialogs in LotusScript

For a good number of years, I've used a LS wrapper class around some C API calls to display a progress bar, which is handy when progress steps are knowable. Ideally, this should be available essentially as-is to display a client-modal (or task-mod...
over 2 years ago in Domino Designer / LotusScript 2 Under Consideration

LotusScript Documentation for all NotesJSON* classes (and others that got added lately) is extremely poor

The NotesJSON* classes were introduced with Domino V 10.0.1. In V 11 a few methods were added but the documentation is still as poor as on day one. Most prominent example: NotesJSONElement.Type property just says this: Constant in JSON element tha...
almost 3 years ago in Domino Designer / Documentation  / LotusScript 3 Under Consideration

Add proper return codes to registerNewUser Method of NotesRegistration class

We are using the method to programmatically register new users. The registration is not done by an administrator. It is delegated to several persons in the organisation. They select 1-n entries in a custom database that holds the information for p...
almost 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Allow multiple script libraries to %Include the same constants

If you have two script libraries that both include the same constants file: 'LibraryA %Include "lsconst.lss" 'LibraryB %Include "lsconst.lss" and then you use both libraries in a design element 'FormC Use "LibraryA" Use "LibraryB" this generates t...
almost 3 years ago in Domino Designer / LotusScript 3 Under Consideration

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

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...
almost 3 years ago in Domino Designer / LotusScript 1 Under Consideration

Add a method in Java/LotusScript to get a document, view, folder as a JSON structure

Something similar with generateXML
about 3 years ago in Domino Designer / Java / LotusScript 1 Under Consideration