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

StrRightBack ,StrLeftback etc. should always return a string

PROBLEM:In an import method I had to detect that the combination of StrLeftBack(StrRightBack( HTMLrow$,"<") ,">") returned not, as expeted, an empty string "" but Empty.I had to write a test for each HTML value wether it IsEmpty or not. REAS...
4 days ago in Domino Designer / LotusScript 0 Needs Review

Support the automatically created LS SUB by using given LS templates

Hi there, in the designer if you create a new Design element the LS SUBs for i.e. Initialize and Terminate do not(!) make use of the SUB template defined in the Designer Code & comment templates Please support those template also for automtica...
4 days ago in Domino Designer / LotusScript 0 Needs Review

Identify which replica a document was created in

If there a database has multiple replicas, it is impractical to compare the @created and the @addedinthisfile timestamps to determine if a document was created in a specific replica. Is it possible to either a) add a lotusscript method to notesdoc...
3 days ago in Domino Designer / LotusScript 0 Needs Review

Improve NotesJSONNavigator

It would be great have additional methods in the NotesJSONNavigator. Besides the current AppendElement, AppendArray, AppendObject there should also be RemoveElement, RemoveArray and RemoveObject. It is currently possible to create, read and update...
3 months ago in Domino Designer / LotusScript 0 Needs Review

PicklistStrings using data array instead of documents

It would be very helpful to have the ability to let the user pick one ore more data sets out of given tabular data presented based on a view or folder design. The data maybe provided as multi dimensional array, some kind of key/value sets or maybe...
3 months ago in Domino Designer / LotusScript 0 Needs Review

About ReadEncoded method of NotesStream class

I have heard that there is a bug in the ReadEncoded of the NotesStream class. Please fix it and release it to the public.
2 months ago in Domino Designer / LotusScript 1 Needs Review

Improve Notesitem.text functionality to get all body content of a mail with forwarded mail

In an application, the content of the mail body is read with the help of item.text and written to another document. For some mail body with forwarded mails, the body is not read completely. Sample code: dim bodytext as string dim item as...
3 months ago in Domino Designer / LotusScript 1 Needs Review

Ability to set currency symbol at database level with LotusScript

Would like the ability to set form field and column currency settings globally at database level programmatically via LotusScript (and/or @formula). This will useful where you have databases being accessed by the same user, but where they need dif...
about 1 month ago in Domino Designer / LotusScript 2 Needs Review

Allow to rename attachment's file name by LotusScript

An attachment file's name cannot be changed by Source or Name property in the NotesEmbeddedObject class. The customer requested us to add a method or property to rename the file name of an attachment.
9 months ago in Domino Designer / LotusScript 2 Needs Review

Make view OnSelect event work for an embedded view from a remote database

The view Onselect event works in embedded views from the same database but not remote databases. Onselect can be used to return selected document IDs in the embedded view to the parent NotesUIdocument. It would be great if this functionality was e...
19 days ago in Domino Designer / LotusScript 1 Needs Review