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 359

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

Allow specifying "" for current database in PickListStrings or PickListCollection LS methods

When you use "" to specify the current database within the PickListStrings or PickListCollection LotusScript methods (both of the NotesDatabase class), the following runtime error occurs: "Notes error - Incorrect argument: non-null string expected...
7 months ago in Domino Designer / LotusScript 0 Under Consideration

Lotuscript command to replicate (NotesDatabase.Replicate) in the background and not in the frontend

At present, starting a replication from the UI is a no go. Everything stops as the replication takes place in the foreground. When launching replication from the desktop, the user can choose foreground or background. This flag would make it much e...
about 4 years ago in Domino Designer / LotusScript 0 Assessment

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

Rephrase 'Stop running agent on this date' option

In a scheduled agent with an interval of more than once a day, daily, weekly, and monthly you can define the date you want it to stop running in the 'Stop running agent on this date' option. Unfortunately, the label is unclear and confusing, beca...
over 1 year ago in Domino Designer / LotusScript 0 Assessment

Add refactoring for variables/functions/subs in LS

Please add the refactoring for variables, function etc. in the Designer for Lotus Script.
almost 2 years ago in Domino Designer / LotusScript 2 Needs Review

Add methods canRead, canEdit, canRemove

I'm, as a developer, want to have 3 methods in class NotesDocument. This are: Function canRead( [in_name as NotesName] ) as Boolean Function canEdit( [in_name as NotesName] ) as Boolean Function canRemove( [in_name as NotesName] ) as Boolean...
over 4 years ago in Domino Designer / LotusScript 1 Under Consideration

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

LotusScript : Please open undocumented LS methods/functions.

http://opendom.blogspot.com/2006/11/undocumented-dom-lotusscript-inventory.html
almost 5 years ago in Domino Designer / LotusScript 0 Under Consideration