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 384

ValueLength vs. Len and LenB function provides inconsistent results

Add LotusScript Length function which returns the length of a string in bytes the same as ValueLength property of NotesItem, if we save this string in the NotesItem. Now we have Len and LenB functions that works incorrectly. LenB returns 2 bytes f...
over 2 years ago in Domino Designer / LotusScript 0 Under Consideration

Lotusscript evaluation explained

Get the same error as when creating a @Formula agent when evaluating @Formula in lotusscript.
about 3 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...
about 3 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.
over 3 years ago in Domino Designer / LotusScript 3 Needs Clarification

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.
over 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...
over 3 years ago in Domino Designer / LotusScript 1 Needs Review

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