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

'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

Partial refresh of fields in Lotusscript

Today we can do a refresh of the complete form. It would be goot to be able to partial refresh of individual fields or all fields in form from a certain field to a certain field.
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

Javascript everywhere

Today we can use Javascript in quite a number of places on a Notes form, as well as in views. But the Javascript is only able to access the UI. You can also not create agents using Javascript. What I would like to see is a Javascript API/extension...
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

Add optional "comment" parameter to (Notes)DominoQuery createIndex method

To identyfy views/indexes that have been created programmatically using the createIndex method of the (Notes)DominoQuery class, an additional (optional) parameter is needed in the createIndex() method. The parameter can be used to add a comment to...
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

Add namespace property to (Notes)DominoQuery class

When working with DQL, best practice is to create/update/remove indexes programmatically using their according methods. To avoid conflicts with existing views of the same name, all indexes created should have a prefix. This can be achieved by usin...
almost 3 years ago in Domino Designer / LotusScript 0 Needs Review

global lotus scriptlibraries/objects

I have a project that consists of over 40 domino databases.There I have a class that encapsulates database access (session, datbase, view, ..).(dim appOrg as New App ("ProVeOrg") or dim appQuali as New App ("ProVeQuali") ...).This is used in many ...
almost 3 years ago in Domino Designer / LotusScript 4 Needs Review

Add a method to change the character set.

NotesHTTPRequest responses are sometimes returned in a format other than UTF-8. Please add a method to specify or change the character encoding.
almost 3 years ago in Domino Designer / LotusScript 1 Needs Review

Extend NotesRegistration class to allow selection of PAB/Directory database for created users. (Support CCX / Guest model)

The new CCX / Guest user license model mandates that users are registered in a secondary NAB / Domino directory. This is easily achieved if we just create person documents but it is not sufficient if we look to entitle those CCX / Guest users for ...
almost 3 years ago in Domino Designer / LotusScript 2 Needs Review

Remove and add database icon using lotusscript

Requirement is to remove old database icon and add new database icon on the workspace using lotusscript. @RenameDatabase and @AddDatabase methods doesnot fit in customer requirement. Migration from old version to new version is being done and at s...
almost 3 years ago in Domino Designer / LotusScript 1 Needs Review