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

My ideas: LotusScript

Showing 365

Fix 40 character limit in the WSDL import for Lotusscript

There is a known bug that prohibits you from importing many WSDLs into a Lotusscript consumer. It's been acknowledged by IBM, but there were no plans to fix. This sounds like an easy one, but with all the LS functionality you've been working on, t...
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

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 3 Needs Clarification

Make NotesDocument.Added Property accessible

From Tim Paque et al I don't know how many manhours this would have saved me, but ancient records finding their way back into dbs can often only be found by the added property. However this property is currently only available through the API ma...
almost 6 years ago in Domino Designer / @Formulas / LotusScript 2 Under Consideration

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

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...
over 1 year 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".
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

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

Internal service messages

In our workflow, the application prepares a mail in the user's mail box, then opens it using ws.EditDocument(...). Very flexible, albeit with a serious drawback: the mail moves out of my control, meaning that it gets very difficult for the applica...
over 1 year ago in Domino Designer / LotusScript 0 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...
over 3 years ago in Domino Designer / LotusScript 4 Needs Clarification