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

Domino Designer

Showing 1271

LotusScript to browse/edit URL links (Hyperlink or Hotspot)

Function for LotusScript to process URL links created by Notes clients in the Body field with the following functions Menu: [Create] - [Hyperlink] Menu: [Create] - [Hotspot] - [Link Hotspot] For example, LotusScript can look for Document Link...
12 months ago in Domino Designer / LotusScript 1 Under Consideration
100 VOTE

Whenever a field formula throws a run-time error, the message should indicate the field name and formula

For example, instead of "Only plain text can be used in this type of formula" I'd rather expect an error message like "Field xyz, Input Translation formula: Only plain text can be used"
almost 6 years ago in Domino Designer 2 Assessment

Add lotusscript keystroke events for simple input field

The domino developer should be able to attach lotusscript code to keystroke events for input fields. This would make it possible for development to run lotusscript code when the user presses e.g. the ENTER.
almost 6 years ago in Domino Designer / LotusScript 4 Under Consideration

Complete reference for XSP.properties settings

We need a complete reference for low-level settings supported in xsp.properties (e.g. xsp.csrf.protection, xsp.sessionid.cookie.samesite, etc.). Historically I were looking into the xsp.properties.sample file in the data directory, but it’s not be...
over 2 years ago in Domino Designer / XPages 0 Under Consideration
100 VOTE

Add formula for database of embedded view

No description provided
about 6 years ago in Domino Designer / @Formulas 1 Under Consideration

Document Locking for clustered Domino servers

Apparently document locking is not cluster-aware. That is, if the 'Master Lock Server' is not reachable or down, the other cluster member does not take the role of managing the locks Document lock in a single server environment works perfectly. Bu...
over 2 years ago in Domino Designer / LotusScript 2 Under Consideration

Get content of NotesRichTextItem in HTML

Add a method to the NotesRichTextItem to handle (read / write) the content in HTML. For example: read: NotesRichTextItem.getHTMLContent() As String Or NotesStream write: NotesRichTextItem.setHTMLContent(String Or NotesStream) Pantelis Botsas
about 6 years ago in Domino Designer 5 Assessment

Better LotusScript access for front-end elements like embedded views

There are still a lot of elements which are not properly accessible via LotusScript. E.g. access to UIView in an embedded view, get curser position in embedded view, open and close categories in views etc. Every element available for the NotesClie...
over 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Undocumented parameter NotesUIWorkspace.SetTargetFrame("_blank")

I struggled with the usage of SetTargetFrame. I opened a document in the left frame in a frameset with two frames. Then I opened a second document in the right frame in the same frameset using Call uiws.SetTargetFrame("Frame2") Afterwards, several...
3 months ago in Domino Designer / Documentation 0 Assessment

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