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 99

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

Support for self-signed certificates on Nomad

We have recently developed an LotusScript function that sends a NotesHttpRequest to a REST on our server, which has a self-signed certificate. When running the function we get the expected SSL error about self-signed certificates. In Notes clients...
2 months ago in Domino Designer / LotusScript 0 Needs Review

Desktop.dsk api

an api to read databases on each tab in desktop.dsk and add a database on a certain tab. And create a tab These three api calls would be really good to have.
4 months ago in Domino Designer / LotusScript 0 Needs Review

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

add last run time and assigned server to agents view in designer

can quicky see hat agents are running and what server they are on
5 months ago in Domino Designer / LotusScript 0 Needs Review

Add HasElement to the NotesJSONNavigator class to test if an element exists

There is the GetElementByName method for a NotesJSONNavigator in LotusScript. A serious drawback is that it gives an error when trying to get an element that isn't there. Please supply HasElement (or just don't generate the error).
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

"GetDocumentByKey" is giving search result as a document with column values having new line in it.

The syntax for "GetDocumentByKey" is --> Set notesDocument = notesView .GetDocumentByKey( keyArray [, exactMatch% ] ) Return value is --> A NotesDocument. The first document in the view whose column values match each of the values in the key...
8 months ago in Domino Designer / LotusScript 0 Needs Review

Outlines need an urgent overhaul

We nowadays can use our Notes application on mobile phones, tablets and other devices with smaller screens. That's why HCl allowed us developers to take care of the screen size in views and forms. But in the Notes Outline the most important option...
almost 2 years ago in Domino Designer / LotusScript 2 Needs Review

Get parameters in a notes: link

Given a notes-link, like notes://server/database/form?openform&somefield=1, could you make it possible to transfer parameters in the Query_String, in this case getting the value of somefield ? In other words, can you implement that a notes-lin...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

Open Attachment via NotesUIDocument or NotesWorkspace

Currently it´s not possible to open attachments in Lotusscript. Yes we can extract them and open them with some shell means, but this isn´t true for Nomad. So we need some way to open an attachment in a NotesDocument without extractFile.
9 months ago in Domino Designer / LotusScript 2 Needs Review