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 362

Allow a version of @SetviewInfo as a Lotusscript command

I would like to see a version of the @SetViewInfo / @GetViewInFo commands in Lotusscript. Of course the currently existing side effects of the @command on other Notes Design objects than the view where it gets used, need first to be removed. Other...
over 3 years ago in Domino Designer / LotusScript 2 Under Consideration

NotesHttpRequest support for self signed certificates

When using the NotesHtppRequest to call a web service running with self signed certificates the client aborts with an SSL Certificate error. When adding the parameter DEBUG_NotesHttpRequest=1 the log file shows the message: "SSL certificate p...
over 4 years ago in Domino Designer / LotusScript 5 Assessment

QueryOpen/PostOpen event for Attachments on the Notes document

We often use events such as QueryOpen and PostOpen in the NotesDocument class to record information about the documents opened by the user and to restrict the opening of the document.In the same way, I sometimes want to do something with a file at...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

More User-Friendly Error Messages for NotesHTTPRequest

I've encountered a number of error codes for NotesHTTPRequest.Post(), all of which have the description "user-defined error". I haven't locked down the cause of one, but they are indeed errors of my own cause. But the lack of a helpful description...
almost 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Add refactoring for variables/functions/subs in LS

Please add the refactoring for variables, function etc. in the Designer for Lotus Script.
almost 2 years ago in Domino Designer / LotusScript 2 Needs Review

Add methods hasDocumentByUNID and removeDocumentByUNID

I'd like to have 2 methods in class NotesDatabase Function hasDocumentByUNID( unid as String ) as Boolean Sub removeDocumentByUNID( unid as String ) It will help developers write more clear code
over 4 years ago in Domino Designer / LotusScript 3 No Plans to Implement

Add operators common in other modern languages

For example... Assignment operators: +=, -=, *=, /=, %= Bitwise shift operators: <<, >>, >>> Increment/decrement operators: A++, A--, ++A, --A Improves readability, allows code to more easily be imported from/exported to o...
almost 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Update LotusScript erl() issue when used within a custom class

When using the erl() function within a custom class in Lotusscript the function will return what seems to be an incorrect line number. From what I remember, a workaround used is to take the line numbers in the options section, add it to the erl() ...
about 5 years ago in Domino Designer / LotusScript 2 Under Consideration

Increase the recursive calls stack size limit on 64-bit systems

The current limit of recursive calls (recursion level for a given LotussScript function) in 32-bit/64-bit system is 32Kbyte stack size: https://help.hcltechsw.com/dom_designer/12.0.2/basic/LSAZ_LIMITS_ON_COMPILER_AND_COMPILED_PROGRAM_STRUCTURE.htm...
over 1 year ago in Domino Designer / LotusScript 2 Needs Clarification

Allow updating rich-text items to match in the back-end without using refresh

Currently, using NotesUiDocument.Refresh with the parameter True is the only possibility to access values entered in a rich text item directly in the back end document without saving the document. The current implementation gets problematic when a...
over 2 years ago in Domino Designer / LotusScript 1 Needs Review