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

Parameter for view.getDocumentBykey specifying the sort column of the view.

The View class getDocumentBykey searches within the first sort column of the view. For this reason, getDocumentBykey requires a separate view for each sort column. if one view has two sort columns, we want to specify the second sort column.
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

More User-Friendly Error Messages for NotesHTTPRequest

I've encountered a number of error codes for NotesHTTPRequest.Post(), all of which have the description "user-defined error". I haven't locked down the cause of one, but they are indeed errors of my own cause. But the lack of a helpful description...
almost 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Extend Eclipse TODO/Tasks usage to other languages (LotusScript)

As the title says. Why is // TODO restricted to Java ? It seems very useful in other languages, e.g. LotusScript, CSS, SSJS.
over 3 years ago in Domino Designer / @Formulas / LotusScript 0 Under Consideration

Correct the DialogBox method error message when indicated form doesn't exits

When you use the "Dialogbox" method in Lotusscript, one of the required parameters is the Form that you want to use as Dialog. If this form does not exists in the aplication, the error message is something like "DialogBox cannot be used in this co...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

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

LotusScript NotesRegistration class ( new property NoteId )

When registering a new user using the RegisterNewUser method from NotesRegistration the NoteID / UNID of the created person record in names.nsf is not returned by the method. Having access to the NoteId / UNID would be extremely useful when prog...
over 4 years ago in Domino Designer / LotusScript 1 Assessment

Add operators common in other modern languages

For example... Assignment operators: +=, -=, *=, /=, %= Bitwise shift operators: <<, >>, >>> Increment/decrement operators: A++, A--, ++A, --A Improves readability, allows code to more easily be imported from/exported to o...
almost 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Remove border from a hotspot when created from 'notesrichtextitem.appendDocLink'

This is a default action on new hotspots - which can be turned off in edit mode from the user interface, but not via program code. There is a hotSpotTextStyle property which has no effect on the border, this make generated reports look UGLY. If yo...
about 4 years ago in Domino Designer / LotusScript 1 Under Consideration

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

Update LotusScript erl() issue when used within a custom class

When using the erl() function within a custom class in Lotusscript the function will return what seems to be an incorrect line number. From what I remember, a workaround used is to take the line numbers in the options section, add it to the erl() ...
about 5 years ago in Domino Designer / LotusScript 2 Under Consideration