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

NotesRegistration.RegisterNewUser method has no parameter for setting value of MailDomain parameter

NotesRegistration.RegisterNewUser method has no parameter for setting the value of MailDomain parameter. For single mail domain NotesRegistration.RegisterNewUser method sets correct Maildomain field in the person document automatically without a p...
about 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Fix error "Error processing use list module"

I cann't use "library" in form and subforms (on this form) simultaneously.
almost 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Eclipse editor: auto-indent on paste only seems to work when pasting text which was copied from the Eclipse editor

This should be supported when pasting from an external source too.
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Domino user session @command or lotusscript and jss for programming

User session should be programming to check status or terminate who is online or access the server or database.
about 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Add new LotusScript function to manage Replicator page

(SPR RCAL5VSN5M) There is no LotusScript method for adding a database replica to the desktop (workspace) Replicator page. Typical scenario: You have a script that creates a new replica using the NotesDatabase classes CreateReplica method. You are ...
1 day ago in Domino Designer / LotusScript 0 Needs Review

Allow RegisterNewUser method to enforce Registration policy settings

Some items that can be set when registering a user in Domino Administrator cannot be set when executing the RegisterNewUser method. (Internet domain, password key width, etc.) The current behavior is that even if these items are set in the Registr...
29 days ago in Domino Designer / LotusScript 0 Needs Review

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

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.
about 1 year ago in Domino Designer / LotusScript 1 Needs Clarification

NotesUI class can access that view created by NotesDatabase.CreateView

A new feature was requested to create a new view with the NotesDatabase.CreateView method and immediately use it from the Notes client. LotusScript cannot open this new view without reopening the database, even after creating a new view with the ...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

new lotusScript method db.GetUnModifiedDocument based on threshold date

There is currently methods to build collections based on GetModifiedDocuments (positive change) and UnprocessedDocuments (agent hasn't touched). GetAllUnreadDocuments ,etc But there are times you need to process or inspect documents that haven't b...
over 1 year ago in Domino Designer / LotusScript 0 Under Consideration