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 381

Support optional parameters in LotusScript

Provide the ability to define optional parameters for a LotusScript function. Also support the ability to define a default value should an optional parameters not be provided.
about 6 years ago in Domino Designer / LotusScript 2 Under Consideration

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...
3 months ago in Domino Designer / LotusScript 0 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...
6 months ago in Domino Designer / LotusScript 1 Needs Review

NotesRichtextItem class needs a new attachment function addEmbeddedObject

Today we have embeddobject it would be good if you could get a emdeddedobject from another document/richtextfield and use a function that would add an embedded object to a richtextfield. Instead of as today Save it to disk and after that embedd it...
over 1 year ago in Domino Designer / LotusScript 0 Under Consideration

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.
5 months ago in Domino Designer / LotusScript 1 Needs Review

Correct line numbers on error for Lotusscript classes

As a developer the wrong error line number is reported so it is harder to find where the error occurred.
about 5 years ago in Domino Designer / LotusScript 5 Under Consideration

Ability for LotusScript to set table cell colors

The SetColor and SetAlternateColor methods of the NotesRichTextTable class can set Table color. However, there is no function to set Cell color.
over 1 year ago in Domino Designer / LotusScript 0 Under Consideration

NewInstance parameter needs to recognized in notesUIWorkspace.EditDocument method

>>>>>>>Observation Scenario for Target and Pointer database setup: 1. Target database - It contains user records with some basic user information. 2. Pointer database - It contains pointer documents. After creating some user r...
27 days ago in Domino Designer / LotusScript 0 Needs Review

Make the NotesUIView OnSelect event work in an embedded view

This would allow us to identify which document in an embedded view was selected
about 1 year ago in Domino Designer / LotusScript 4 Needs Review

Lotusscript/Formula method to insert cursor at the end of a Rich text field.

Requirement is to insert cursor at the end of a Rich Text field by click of some button. Checked and found few lotusscript method such as "GoToBottom" and "GoToField". Problem with "GoToBottom" LS method--> This can help in achieving the requir...
about 2 years ago in Domino Designer / LotusScript 2 Under Consideration