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 votes: LotusScript

Showing 381 of 8255

Javascript everywhere

Today we can use Javascript in quite a number of places on a Notes form, as well as in views. But the Javascript is only able to access the UI. You can also not create agents using Javascript. What I would like to see is a Javascript API/extension...
over 3 years ago in Domino Designer / LotusScript 0 Assessment

Add namespace property to (Notes)DominoQuery class

When working with DQL, best practice is to create/update/remove indexes programmatically using their according methods. To avoid conflicts with existing views of the same name, all indexes created should have a prefix. This can be achieved by usin...
over 3 years ago in Domino Designer / LotusScript 0 Needs Review

picklistcollection adds a database icon to the workspace. Please provide option not to do this.

We often use LotusScript notesUIWorkspace .PickListCollection to present options for the user to select. If you specify a view from another database then an icon for that database is added to the users workspace. Users get frustrated when multiple...
over 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Add the Notes version a new function is added to the designer help (F1)

For some functions the Designer Help shows the version with which the function was introduced. This was obviously abandoned in the versions from 10.x on, please add again.
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

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.
over 2 years ago in Domino Designer / LotusScript 3 Needs Review

Provide method to set the database property "Inherit Design from Master Template"

It will be very helpful and also reduce the admin work if there is method to set the Name of master template in database property "Inherit design from Master Template" using Lotus Script/Java.
over 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Provide Lotusscript API for IBM Connections (create status updates, files, events)

No description provided
about 6 years ago in Domino Designer / LotusScript 3 Under Consideration

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

Copy/Merge richtext fields in Lotusscript should retain image formatting

The easist way to show this problem is If you get an email from internet and copy the body field to another document inline images usually stops working and is moved to attachments. Also if you append one richtext field to another formatting shoul...
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

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 ...
about 3 years ago in Domino Designer / LotusScript 1 Needs Review