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

Make NotesDocument.Added Property accessible

From Tim Paque et al I don't know how many manhours this would have saved me, but ancient records finding their way back into dbs can often only be found by the added property. However this property is currently only available through the API ma...
almost 7 years ago in Domino Designer / @Formulas / LotusScript 2 Under Consideration

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

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

Ability to set currency symbol at database level with LotusScript

Would like the ability to set form field and column currency settings globally at database level programmatically via LotusScript (and/or @formula). This will useful where you have databases being accessed by the same user, but where they need dif...
12 months ago in Domino Designer / LotusScript 2 Needs Review

NotesForm functions

Today we have getfieldtype it would be good to have three more functionsGetDefaultFormula = Returns default value formula or Computed Formula GetTranslationFormula = Returns Value translationFormula GetValidationFormula = Returns Validation Formul...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

Allow to close messagebox automatically after a certain amount of time

I want to close messagebox dialog automatically after a certain amount of time by using LotusScript. Please consider adding an option to specify the timeout value.
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

Add preference for NOT using Option Public in LotusScript Agents and Script Libraries

I would like a preference to NOT use Option Public in LotusScript Agents and Script Libraries. It forces the developer to make things that can be shared explicitly Public, and promotes thinking abou what should be Public and what should be Private...
almost 2 years ago in Domino Designer / LotusScript 2 Needs Review