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 396 of 8636

If then else shorthand like in java with some extras

I would like to have an if-then-else shorthand syntax like in java with a little bit of python spice. You all know the following syntax: condition ? expression1 : expression2 I do not stick to this exact syntax, especially because the colon is cur...
5 months ago in Domino Designer / LotusScript 1 Needs Review

Make the NotesJSON... classes support more valid JSON

Please make the NotesJSON... classes support more valid JSON. Nicely formatted legal JSON with whitespace should be parsed. Also, nice would be the option to output nicely formatted JSON, for easier consumption by a human.
over 3 years ago in Domino Designer / LotusScript 2 Under Consideration

I need a function to sort an array.

The @ function has @Sort, and JavaScript has Array.sort(). it would be useful if LotusScript also had a function to sort arrays.
about 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Update Lotus Script Editor for legacy Notes design

When editing lotus script for form or view event, we have to use the interface like legacy notes designer. Please update it like script library editer. I would like to use pop-up help and my classes with type-ahead in the legacy design.
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Make the NotesUIView OnSelect event work in an embedded view

This would allow us to identify which document in an embedded view was selected
over 1 year ago in Domino Designer / LotusScript 4 Needs Review

Make comment on all design element Read Writable using Lotusscript

The comment field on each designelement should be writable using Lotusscript and perhaps Java when doing design element automation I.e creaing views or enable disable agents that is scheduled in applications it would be good to be able to read and...
about 1 month ago in Domino Designer / LotusScript 0 Needs Review

Adding Close and isOpen into NotesDatabase Class

When working with NotesDatabase objects it would be good to have the option to check if a database is open on the server using a isopen command and also be able to tell the server to close a certain database.
about 1 month ago in Domino Designer / LotusScript 2 Needs Clarification

Lotuscript command to replicate (NotesDatabase.Replicate) in the background and not in the frontend

At present, starting a replication from the UI is a no go. Everything stops as the replication takes place in the foreground. When launching replication from the desktop, the user can choose foreground or background. This flag would make it much e...
about 5 years ago in Domino Designer / LotusScript 0 Assessment

Requirement to use @Picklist using LotusScript

@Functions can be used using "Evaluate" LotusScript method. https://help.hcl-software.com/dom_designer/14.0.0/basic/H_EVALUATE_METHOD_SESSION_COM.html However, the documentation of "Evaluate" method clearly says that --> The formula takes the f...
8 months ago in Domino Designer / LotusScript 3 Needs Review

Add methods canRead, canEdit, canRemove

I'm, as a developer, want to have 3 methods in class NotesDocument. This are: Function canRead( [in_name as NotesName] ) as Boolean Function canEdit( [in_name as NotesName] ) as Boolean Function canRemove( [in_name as NotesName] ) as Boolean De...
over 5 years ago in Domino Designer / LotusScript 1 Under Consideration