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 212

I want to change the border style of sections in rich text fields

Currently, LotusScript does not allow you to specify the border style for newly added sections of rich text fields or change the border style of existing sections. The section border color can be referenced with the BarColor property of the Not...
about 4 years ago in Domino Designer / LotusScript 1 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

Insert programmatically well formatted URLs into richtext

As a Notes developer I would like to insert well formatted URLs into rich text. In the Notes client this is possible manually. Programmatically the richtext item offers the method AppendDocLink. Call notesRichTextItem .AppendDocLink( linkTo , c...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

I don't know how to use CancelSendOnMissingKey

I do not understand how to use CancelSendOnMissingKey of NotesDocument class.Set True to CancelSendOnMissingKeyWhen I send an email, I get error number 4000, but I want another number. I wrote my findings on my blog.Please refer to it.https://guyl...
about 4 years ago in Domino Designer / LotusScript 2 Under Consideration

Please rewrite the "Extended examples: array and String functions" in the help file

Simple examples would be much easier for reference instead of using one entry to cover everything including: "ArrayAppend, ArrayGetIndex, ArrayReplace, FullTrim; and the following String functions: StrLeft, StrRight, StrLeftBack, StrRightBack." T...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Make new Lotus Script Class for secure URL parameter handling against XSS attacks

Make a new Lotus Script class for better handling with web URLs containing the following functions: 1.) GetQueryParameter Returns an URL Parameter of an URL in a clean/secured form regarding XSS attacks. Example usage: strValue = NewNote...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Better LS/Java API for handling of (multi)values of a NotesItem

The (LS/Java) API for handling Item values is very rudimentary at best, which for LS especially painful since it does not have Collections A more full API is needed (and would be loved). The NotesItem class should have a API which handles values b...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

A view column, that is used to change the view lines back- or foreground color, should be programatically identifiable

If one intends to export with a generic class a view via Lotusscript one runs into the problem that the viewentries column values can contain color information and they can'tbe identified as such. Just assuming that every column value which contai...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Make new methods in NotesView Class named view.refreshIndex and view.rebuildIndex

As the existing method NotesView.refresh does NOT refreshing the views index but just updates the in-memory object data with the current view index, I´d wish there was a script method which would really refresh/rebuild the views index. In addi...
about 4 years ago in Domino Designer / LotusScript 5 Under Consideration

A 'SelectedEntries' view property would be great

The views 'Documents' property only contains selected documents, as its name already says. But I know cases where one would like to have access to the categories, which were also selected by the user and secondly would it also allow to handle sepa...
over 4 years ago in Domino Designer / LotusScript 1 Under Consideration