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 370

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

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.
almost 6 years ago in Domino Designer / LotusScript 2 Under Consideration

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

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.
about 1 year ago in Domino Designer / LotusScript 0 Under Consideration

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...
almost 2 years ago in Domino Designer / LotusScript 2 Under Consideration

Ability to retrieve the schedule agent information using LotusScript

Currently, there is no property or method to retrieve the following information using the Notes Agent class. 1. Alias Name 2. Trigger: 'Action menu selection' or 'Agent list selection. Note: The Notes Agent class has a Trigger' property, but f...
12 months ago in Domino Designer / LotusScript 3 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.
almost 5 years ago in Domino Designer / LotusScript 5 Under Consideration

ability to programmatically navigate to a document in a view

I want to have the option to highlight a document in a view when I open the view e.g. in the postopen event I can use the document unid that I have set as environment property. the idea is to toggle between views but keep focus on a choosen / high...
8 months ago in Domino Designer / LotusScript 1 Needs Review

Add APIs for progress indicators and modal "processing" dialogs in LotusScript

For a good number of years, I've used a LS wrapper class around some C API calls to display a progress bar, which is handy when progress steps are knowable. Ideally, this should be available essentially as-is to display a client-modal (or task-mod...
almost 3 years ago in Domino Designer / LotusScript 2 Under Consideration

Add new LotusScript function to manage Replicator page

(SPR RCAL5VSN5M) There is no LotusScript method for adding a database replica to the desktop (workspace) Replicator page. Typical scenario: You have a script that creates a new replica using the NotesDatabase classes CreateReplica method. You are ...
3 months ago in Domino Designer / LotusScript 2 Needs Review