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

FILTER BY CATEGORY

LotusScript

Showing 330

Encoding directories on Mac client

Using the dir$ statement on a Mac, characters are being encoded in a certain type of UTF-16. Using this encoded string does not work for Open statement. LotusScript should use encoding/decoding consistently
over 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Agent event trigger "Before new mail arrives" cause "Maximum number of concurrently open objects has been exceeded"

Problem:Agent event trigger has "Before new mail arrives" and "After new mail arrives", if end user's mail agent using "Before new mail arrives", it can caused "Maximum number of concurrently open objects has been exceeded" problem, again hang or ...
almost 4 years ago in Domino Designer / LotusScript 1 Needs Clarification

Application feature can send to action bar in mail action menu

Can integrate between mail and application by insert or create action botton in mail by select feature in application database send action botton to mail database to select and copy email content or selected attachment and send back application da...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Editor: drag & drop to re-order LS functions & subs

The Eclipse editor always sorts by name. The Classic editor always sorts by recently added. It's sometimes useful to have a function/sub being worked on at the bottom of the list, but then move it to a more appropriate position later.
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Move the frame and form wiring from CAE to note client proper with Expiditer and/or CAE

The wiring method in CAE is better than the set/get environment process being used today. It should be part of the notes client proper. Also, the Java UI elements should be native to the notes client and not require CAE nor Expiditer.
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

.NET Web Service Native Support

Please fix bug wsdl from asmx file. import asmx with no error. refer from http://michelles-universe.blogspot.com/2009/02/consuming-net-web-services-in-notes-85.html
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Bug in lotusscript debug in Domino 12.0.2

When i use debug lotusscript in Domino 12.0.2 and click in object variable. I found blank screen under object as snapshot screen below this.
3 months ago in Domino Designer / LotusScript 1 Needs Clarification

Source code compare feature

When i develop code with many developers. I want to compare source code change line by line. It will reduce a lot of time to fix the program.
3 months ago in Domino Designer / LotusScript 3 Already Exists

Format function does not return four-digit year if year number is in three digits.

Format("111/02/03", "YYYYMMDD") Format("0111/02/03", "YYYYMMDD") Format("0111-02-03", "YYYYMMDD") The three LotusScript results above are "1110203". The year was 3 digits. The requested result is "01110203", a four-digit number with leading...
8 months ago in Domino Designer / LotusScript 1 No Plans to Implement

set default Option "No" for PROMPT in LotusScript

Make it availabe to set the default Value of NotesUIWorkspace.Prompt for YES/NO available. It is not possible to set the default value to "NO".
9 months ago in Domino Designer / LotusScript 0 Needs Review