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 99

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...
30 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

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

User registration using Registernewuser LS API results in merged Person Document

Customer is running a custom code where they are registering persons to Domino and have now identified a case where 2 separate registrations resulted in a single person document with merged full names. The registration are made two days apart and ...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

GetDocumentByKey to include 'Variant' data type

When using GetDocumentByKey, on a two ordered columns: a String and a numeric value When getting a document using an array of Variant, where the first element is a String and the second a Long, AFTER the lookup - that correctly takes place - the n...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Lotusscript evaluation explained

Get the same error as when creating a @Formula agent when evaluating @Formula in lotusscript.
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

A method should be provided to upgrade an existing user to a roaming user using LotusScript

SPR # DPOL6S8M65 - A method should be provided to upgrade an existing user to a roaming user using LotusScript. There is currently no way to achieve such an upgrade through LotusScript. The NotesAdministrationProcess class provides a MoveRoam...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

AppendToTextList to append notesitem values instead of wiping out if hitting item summary limit

NSF to support higher item summary limit and backend code (Core module) has to be modified accordingly.
almost 3 years ago in Domino Designer / LotusScript 2 Needs Review

Make the standard mailfont and size available for Richtextfields

Please make the mailfont and size available to set it in a richtextfield via lotusscript. Now is not possibel to read the user current mailfont and size. we will set in the application the body field with this settings.
almost 3 years ago in Domino Designer / LotusScript 1 Needs Review

'Isftindexed' to check for the FTI of "corrupted and/or bad" index as it returns error instead of false

If it has a good index it returns TRUE and if it has no index it returns FALSE. If it has a bad index or if an index is supposed to be on the database and is missing, it ERRORS OUT Related to the ER -- https://domino-ideas.hcltechsw.com/ideas/DOMI...
almost 3 years ago in Domino Designer / LotusScript 1 Needs Review