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 364

Delete Private view from database

Requirement is to delete personal views belonging to all user's from the database. Is it possible to achieve this via script? The current functionality is that personal views are visible to only user who created them and not to others. There is a ...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Correct indentation on "End Select" in Lotus Script

The auto indentation of Lotus Script misplaces an "End Select" line. It would need an additional indent tab to be placed correctly. Please just fix this! Mark Reiser sirius-net GmbH
over 2 years ago in Domino Designer / LotusScript 1 Under Consideration

Add APIs for progress indicators and modal "processing" dialogs in LotusScript

For a good number of years, I've used a LS wrapper class around some C API calls to display a progress bar, which is handy when progress steps are knowable. Ideally, this should be available essentially as-is to display a client-modal (or task-mod...
almost 3 years ago in Domino Designer / LotusScript 2 Under Consideration

Implement better error handling of GoToField

The behaviour of GoToField in NotesUiDocument class is not as expected. If a field with the given name does not exist at all in the form, the function does nothing instead of throwing error 4412. If a field with the given name does exist in the fo...
almost 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.
almost 3 years ago in Domino Designer / LotusScript 3 Needs Clarification

Adding out of scope errors

If you create a function and in this function call another database and return a document the document will be recycled and nothing will be returned.It would really be good to Log some kind of error here because it did work in the client but not o...
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

LotusScript Documentation for all NotesJSON* classes (and others that got added lately) is extremely poor

The NotesJSON* classes were introduced with Domino V 10.0.1. In V 11 a few methods were added but the documentation is still as poor as on day one. Most prominent example: NotesJSONElement.Type property just says this: Constant in JSON element tha...
almost 3 years ago in Domino Designer / Documentation  / LotusScript 3 Under Consideration

'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

notesdatabase.compactwithoptions

Needs to be brought up to date with latest domino version compact options. For example enabling / disabling daos or nif. Also needs separate options for -r and -R
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review