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 362

Lotusscript function to compress and uncompress string/data with zlib compression

It would be very helpful to have a possibility to compress and uncompress data using zlib compression. This would allow to create some common filetypes using just plain lotusscript. Espescially in nomad clients with its java and api restrictions t...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

DQL: improvements on named variable handling and on documentation

Playing around with DQL, and especially with NamedVariables. The NotesDominoQuery class at the moment has 2 methods dealing with named variables: DQL.setNamedVariable("name", "value") DQL.resetNamedVariables() The more I try to use that concept th...
almost 2 years ago in Domino Designer / LotusScript 3 Needs Review

Missing documentation for NotesDominoQuery class

Currently working my way through DQL and QRP topics. Tried to get a catch on NamedResults and was wondering for a couple of days why I couldn't get it to work: I'm working on a simple query like Set nQuery = myDb.CreateDominoQuery() sQuery = "task...
almost 2 years ago in Domino Designer / LotusScript 1 Needs Review

Misleading documentation must be corrected esp. in the NotesDominoQuery area

I'm currently fighting my way into the DQL and QRP classes (LotusScript/Java), and found many bad and misleading information as well as missing parts in Designer help. To begin with, there are only examples in the LotusScript area, Java examples a...
almost 2 years ago in Domino Designer / LotusScript 2 Under Consideration

Finally fix NotesView.createViewNavFromAllUnread

It just doesn't work, not since yesterday but ever since 26 Aug 2013...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Exclude fields in computewithform

It would be good to exclude fields from being computed when you do a compute with form.
over 2 years ago in Domino Designer / LotusScript 1 Needs Review

Add proper return codes to registerNewUser Method of NotesRegistration class

We are using the method to programmatically register new users. The registration is not done by an administrator. It is delegated to several persons in the organisation. They select 1-n entries in a custom database that holds the information for p...
almost 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Lotusscript Method Names should allow more than 40 Characters

In writing clean explainable code (and we still have some Lotusscript code) it sometimes would be useful to be able to use more than 40 characters for a Method Name / Function. 64 characters might be a better limit. Currently an error is thrown: N...
about 3 years ago in Domino Designer / LotusScript 1 Needs Review

notesAdministrationProcess.DeleteUser doesn't delete Vault ID

"notesAdministrationProcess.DeleteUser" won't touch the vault. Domino does not have any API that can be used to delete an ID from the vault, or to mark an ID in the vault inactive. An admin must manually delete/mark inactive an ID entry in the vau...
over 3 years ago in Domino Designer / LotusScript 3 Under Consideration

I want to fix return value of ChangePassword method of Notessession class.

I executed the ChangePassword method of the Notessession class. Setting the new password to something simple that doesn't meet the password policy (eg, "a") will result in a 4825 error. Also, setting the wrong password for the old password will re...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration