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

Clear

Ideas

Showing 846 of 9007

Passing Params when doing a console run of an agent

If you do tell AMGR Run from the domino console it would be good to be able to add a third parameter that will be passed as the query string parameter similar to when doing a http get/post to an agent or as ParameterdocID. Because using this we co...
about 1 year ago in Domino Designer / LotusScript 1 Needs Review

Adding rich content is notesuidocument

I'm often facing problems when working with notes ui thru Lotusscript and I want to add rich content to a richtext field. we need functions for appending http, document, view and database links images changing font, Bold, Italic, underline, color ...
over 5 years ago in Domino Designer / LotusScript 3 Under Consideration

Allow usage of network paths for file operations without using windows drive letters

it's never been easy to access file ressources located on a network drive from LotusScript file operations like 'open'. With Domino running as a Windows service, or on Linux we cannot use drive letters for network ressources, at least not without ...
almost 7 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...
about 6 years ago in Domino Designer / LotusScript 1 Under Consideration

QR Code to enroll MDM devices to Domino

To simplify Enroll of iOS devices, would be great to send QR code mail and NOMAD can get PassThru Connections, server names, other info.
over 6 years ago in Nomad / Nomad (iOS) 1 Needs Review

Need a functionality to set the OS environment variable using LotusScript method.

Currently, unable to use the LotusScript method to set the Operating system Environment variable. The requirement is to add an Environment Variable in the Operating system using the LotusScript method.
over 3 years ago in Domino Designer / LotusScript 2 Needs Review

Multiple selection for ios photo picker

Ability to insert more photos at once as attachment.
almost 5 years ago in Nomad / Nomad (iOS) 0 Assessment

To identify the actual Fonts being used in Nomad App.

While creating any notes document using Notes Client, it is easier to check the Fonts applied to the text and also it is easy to change the Fonts to some other type. However, while viewing same document in Nomad app (iOS or android), below observa...
almost 4 years ago in Nomad / Nomad (iOS) 1 Already Exists

Auto language detection for multilingual database on HCL Nomad

There is a database with design elements corresponding to multiple languages by checking "Multilingual database" in the database properties. The language is switched in iOS Settings - General - Language & Region, but the language setting is ...
over 6 years ago in Nomad / Nomad (iOS) 2 Needs Review

Fixing Compatibility Between HCL Notes 12 and Notes 9 Regarding the GetDocumentByKey Method

Problem Description: When I compile an application in Notes 12 that uses the following code: Dim aKey(1 To 2) As String aKey(1) = "ABC" aKey(2) = "123" Set doc = view.GetDocumentByKey(aKey) The HCL Notes 12 client works correctly and finds the...
9 months ago in Domino Designer / LotusScript 1 Needs Review