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 396

Transactional Logging via LotusSript TransactionBegin, TransactionCommit, TransactionRollback should work together with dialogbox of NotesUIworkSpace class

In LotusScript, following error is thrown if dialogbox of NotesUIworkSpace class is used after TransactionBegin of NotesDatabase class, then execute TransactionCommit or TransactionRollback: "TransactionBegin must be called before other Transactio...
10 days ago in Domino Designer / LotusScript 0 Needs Review

Make comment on all design element Read Writable using Lotusscript

The comment field on each designelement should be writable using Lotusscript and perhaps Java when doing design element automation I.e creaing views or enable disable agents that is scheduled in applications it would be good to be able to read and...
19 days ago in Domino Designer / LotusScript 0 Needs Review

Adding Close and isOpen into NotesDatabase Class

When working with NotesDatabase objects it would be good to have the option to check if a database is open on the server using a isopen command and also be able to tell the server to close a certain database.
21 days ago in Domino Designer / LotusScript 1 Needs Clarification

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

Enhancing LotusScript Web Service Consumer: Adding Support for SOAP Headers

This enhancement would make LotusScript a more viable option for SOAP-based integrations, eliminating unnecessary complexity while maintaining native functionality.
about 1 month ago in Domino Designer / LotusScript 0 Needs Review

Improve Notes limitation for LotusScript Iterative statements looping assignment variables

Using @Formula laguage for Iterative Statements such as @For, @DoWhile, and @While will give an Error in Notes 64-bit client when an existing variable inside the loop gets updated multiple times. "The formula has exceeded the maximum allowabl...
about 2 months ago in Domino Designer / LotusScript 1 Needs Review

Improve performance when iterating documents in views

Iterating documents based on a view object has become very slow in later years. Maybe because of all the work that has been with NIF-index issues. The following techniques show poor (some even very poor) performance when running in the client agai...
3 months ago in Domino Designer / LotusScript 2 Needs Review

Ability for LotusScript to set the color and width of table borders

The SetColor and SetAlternateColor methods of the NotesRichTextTable class can set Table color. However, there is no function to set the color and width of table borders.
4 months ago in Domino Designer / LotusScript 1 Needs Review

Make a Lotus Script equivaluent for the Formula command @SetHTTPHeader

Unfortunately currently there is no way to set HTTP Header variables from a WebQueryOpen Agent being called from a web form. There should be a new command like this: Call session.setHTTPHeaderVariable(name, value) Also this should be working in We...
4 months ago in Domino Designer / LotusScript 1 Needs Review

add parameter for db.CreateCopy to remove template inheritance

if there could be a parameter to remove/blank out the "inherit design from template" when using db.CreateCopy it would help (or create a 'set' method to it in the NotesDatabase class of Lotuscript). This would benefit when using a DB as a starting...
4 months ago in Domino Designer / LotusScript 2 Needs Review