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 365

The ability to disable notes cache to get objects by lotusscript

When retrieving a document in LotusScript, the cache may return an old document. For example , this problem occurs bt the following steps and codes. Codes: (Decralations) Dim doc as NotesDocumet (Click) Dim session As New NotesSessionDim db As Not...
over 3 years ago in Domino Designer / LotusScript 4 Needs Clarification

Lotus script method to get the size of ACL entries in a database

As of now there is no way to check the size of ACL entries on a database. It would be helpful to have a method to get the size of ACL entries on a database. We can avoid the limitation of 32k for ACL entries by using groups or wildcards in ACL, bu...
over 3 years ago in Domino Designer / LotusScript 1 Needs Clarification

I don't know how to use CancelSendOnMissingKey

I do not understand how to use CancelSendOnMissingKey of NotesDocument class.Set True to CancelSendOnMissingKeyWhen I send an email, I get error number 4000, but I want another number. I wrote my findings on my blog.Please refer to it.https://guyl...
about 4 years ago in Domino Designer / LotusScript 2 Under Consideration

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 4 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 ...
over 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 5 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 5 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.
about 5 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
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Optimize mail document size sent by a LotusScript scheduled agent

Mail documents sent by LotusScript scheduled agents are twice as large as those sent by manually run agents. The increase in size of mail generated by the scheduled agent is due to extra fields. For example, in the smaller mail document there mayb...
11 days ago in Domino Designer / LotusScript 1 Already Exists