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

LotusScript Date time Object: New NotesDateTime ("2017-3-7") - is this in March or July?

What date is  to be expected from "New NotesDateTime ("2017-3-7")" ? According to ISO 8601 (valid in the U.S. too) this  would mean 2017  - March - 7th. However, in my German Notes (both, 901 and 10), the result is different (Adding 20 days,  retu...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Please identify LotusScript reserved word more correctly in Domino 11.0.x Designer

One customer use Domino Designer 11.0.x and defined a function with name DeclareObj like following: 1 Function DeclareObj( count As Integer ) As Integer 2 DeclareObj = False 3 (省略) 4 DeclareObj = True 5 End Function then he got a "Variable should ...
9 months ago in Domino Designer / LotusScript 2 Needs Review

Support for unit testning in LotusScript

Something like JUnit or Mockito - but to LotusScript (all other languages has some sort of testning framework)
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Conflict handling - add an option to merge a field (especially document history fields)

Many developers add a "history" field in their applications to document when/who updated a document and what happened. This prevents the "Conflict Handling" form property "Merge Conflicts" option from working as there could always be a difference...
about 5 years ago in Domino Designer / LotusScript 4 Under Consideration

How to get the value of X-Forwarded-For in the "Remote_Addr" field?

Load balancer has a setting such as "enable / disable" for X-Forwarded-For. If one can't get the value of X-Forwarded-For in the "Remote_Addr" field, is there another way to get the value of X-Forwarded-For? Can it be achieved through scripting or...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration

Ability to interface to MQTT via Lotusscript

Given the Internet of Things explosion, MQTT is widely used and it would be very useful to be able to publish and subscribe via Lotusscript which would further extend the integration to a much wider set of platforms without a direct interface.
over 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Please rewrite the "Extended examples: array and String functions" in the help file

Simple examples would be much easier for reference instead of using one entry to cover everything including: "ArrayAppend, ArrayGetIndex, ArrayReplace, FullTrim; and the following String functions: StrLeft, StrRight, StrLeftBack, StrRightBack." T...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Password reset and password forgot template with notes and web

Cloud you please provide password reset and password forgot template with notes and web. Password reset with secret question.
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

V10 Bug: Cannot open Script Libraries or XPages after editing Notes native element (like form or view)

Bug exists since V9 FP10 IBM Case Number TS002160381 When working on LotusScript / JavaScript / Java-Libraries or XPages with Domino Designer every now and then I need to check some fields in a form or view columns to ensure that I get the co...
almost 5 years ago in Domino Designer / LotusScript / XPages 4 Under Consideration

Changes on the Java code called by ScriptLibrary do not reflect immediately

ScriptLibrary written on LotusScript is calling a method from a Java code - getVersion e.g. Print "Java version: " & reader.getVersion() If we append something else on the Java code for getVersion e.g. public String getVersion() { return "<...
about 3 years ago in Domino Designer / LotusScript 1 Needs Review