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

My ideas: LotusScript

Showing 99

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

Add FileCreated and FileModified properties for NotesEmbeddedObject class

We can see FileCreated and FileModified values in the Document properties dialog box for $FILE fields. We can see File Modified value in the Attachment Properties diallog box. But we can't get these properties for NotesEmbeddedObject class.
about 2 years ago in Domino Designer / LotusScript 3 Needs Review

Activate spell check when using InsertText

When a user pastes text from the clipboard into a text field or rich text field with spell checking enabled, the misspelled words are marked red. When pasting the same text with the NotesUiDocument method InsertText, the misspelled words are not m...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Make the Designer task smarter

When there is a central template database with libraries containing classes that are used in many other databases, the modification of one class can easily lead to an avalanche of user complaints: Type mismatch on external name: xxx. It happens ev...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Delete Private view from database

Requirement is to delete personal views belonging to all user's from the database. Is it possible to achieve this via script? The current functionality is that personal views are visible to only user who created them and not to others. There is a ...
over 2 years ago in Domino Designer / LotusScript 0 Needs Review

Changes on the Java code called by ScriptLibrary do not reflect immediately

ScriptLibrary written on LotusScript is calling a method from a Java code - getVersion e.g. Print "Java version: " & reader.getVersion() If we append something else on the Java code for getVersion e.g. public String getVersion() { return "<...
about 3 years ago in Domino Designer / LotusScript 1 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

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

Lotusscript Documenter like javadocs

Years ago there was a utility database call LSdocs that would document your LotusScript agents, classes, forms, views and libraries like javadocs. It has proven useful to find routines and documentation to use them.
9 months ago in Domino Designer / LotusScript 2 Needs Review

Replace the view in the frameset with OpenView in NotesUIWorkspace.

Currently, it is not possible to use OpenView to switch views while a view is open in a frameset. We must open another frameset to switch views. We would like to be able to switch views within a frame with OpenView.
over 1 year ago in Domino Designer / LotusScript 1 Needs Review