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 373

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 17 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

Add new/extend LotusScript classes in core LotusScript

Include LotusScript extensions just shown into the core LotusScript engine so they can be used on Domino server, Notes and Nomad clients. Timezone management and conversion HTTP handling of Binary files All sorts of hashing algorithms exposed to L...
about 1 month ago in Domino Designer / LotusScript 1 Assessment

Identify which replica a document was created in

If there a database has multiple replicas, it is impractical to compare the @created and the @addedinthisfile timestamps to determine if a document was created in a specific replica. Is it possible to either a) add a lotusscript method to notesdoc...
about 2 months ago in Domino Designer / LotusScript 4 No Plans to Implement

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

Support the automatically created LS SUB by using given LS templates

Hi there, in the designer if you create a new Design element the LS SUBs for i.e. Initialize and Terminate do not(!) make use of the SUB template defined in the Designer Code & comment templates Please support those template also for automtica...
about 2 months ago in Domino Designer / LotusScript 0 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...
2 months ago in Domino Designer / LotusScript 1 Needs Review

Ability to set currency symbol at database level with LotusScript

Would like the ability to set form field and column currency settings globally at database level programmatically via LotusScript (and/or @formula). This will useful where you have databases being accessed by the same user, but where they need dif...
3 months ago in Domino Designer / LotusScript 2 Needs Review

Optimize mail document size sent by a LotusScript scheduled agent

Mail documents sent by LotusScript scheduled agents are twice as large as those sent by manually run agents. The increase in size of mail generated by the scheduled agent is due to extra fields. For example, in the smaller mail document there mayb...
3 months ago in Domino Designer / LotusScript 1 Already Exists