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 363

Add color to the lotusscript debugger screen

from Tim Paque Use colour in the debugger as it is seen in the editor. We often spend enough time viewing our code in colour that when we get to the debugger, the plain black and white makes it harder to recognize certain parts of your code.
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Add a possibility to include LotusScript into xPages

Benefit: use existing code in (existing and new) applications independently of the usage of xPages or native design elements. The goal is to write code once and use it at different places. Please note (written after first comments) that this ide...
over 5 years ago in Domino Designer / LotusScript / XPages 3 Under Consideration

Support LotusScript NotesSession.internethostname and NotesSession.internetdomainname

With IDMA and LotusScript addition of NotesHTTPRequest, the ability from a local replica on IDMA to call a REST service on the server replica is useful. But it's important to have the host name and domain name, and ideally the port (although that ...
almost 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Add InStrBack function to LotusScript

The function continues the series: StrLeftBack, StrRightBack. It should work like InStr, but starting from the end and moving to the beginning. This function is really not enough when working with large amounts of data. N.B.: Must also be consider...
almost 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Web based domino designer

That would be great to have a web based domino designer
over 5 years ago in Domino Designer / LotusScript 1 Assessment

RunOnServerWithDocumentContext !!

We all know about NotesAgent (Java Lotusscript and SSJS) - .RunOnServer, that receive noteid of a SAVED document with parameter - .RunWithDocumentContext, that receive a documentContext (unsaved) but in Notes client executes with client rights ...
over 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Let AppendRTItem work as expected

By using this method the font information is lost when the Rich Text Items reside in different documents and use different fonts. The result is, that the content of the new Rich Text Item gets the first divergent font (other than standard). If thi...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Rapid initialization of typed arrays

Like Javascript, for example: Dim daysOfWeek() as String daysOfWeek = [ "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"] or Dim coolNumbers() as Double coolNumbers = [ 0, PI, 42, 666, 6174 ] #####I'm aware that we...
almost 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Expand the Field Class

Currently the field class only has Events. Allow us to get also the fields name.
over 4 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