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 363

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

Add a new LotusScript class to manage search results in the client UI

A new class for displaying the document collection returned by a search in the Notes UI would make it easier for developers to display data to users. Just like there is a Notes UI document class and a Notes UI view class, a Notes UI search class w...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Add foreach to handle document collections

When looping a document collection, one has to use a structure like this Do Until(doc Is Nothing) <<code>> Set doc = col.GetNextDocument(doc) Loop or Do Until(doc Is Nothing) set docNext = col.getNextDocument(doc) <<code>>...
almost 4 years ago in Domino Designer / LotusScript 2 Under Consideration

Dialog method to show DialogList Prompt of a field

Notes has a native dialog list field with options, which can be shown in a dialog by pressing the helper icon in the field or press enter if the field is focused. But there is no way to open this dialog by formula or lotusscript code. A way to ope...
6 months ago in Domino Designer / LotusScript 0 Needs Review

Need a functionality to set the OS environment variable using LotusScript method.

Currently, unable to use the LotusScript method to set the Operating system Environment variable. The requirement is to add an Environment Variable in the Operating system using the LotusScript method.
over 1 year ago in Domino Designer / LotusScript 2 Needs Review

New parameter to specify default selection documents for views displayed in notesUIWorkspace.PickListStrings.

The last parameter of PickListStrings can specify a category. However, there is no parameter that allows specifying the default selection document. NotesUIView.SelectDocument allows the Notes client to select documents for the view it displays. A...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Asynchronous LS code in a Notes form

Say you want to fill some cache at the start of a form, e.g. looping through a view in the PostOpen. The user has to wait until the loop is finished. If this code could be executed asynchronously, the user wouldn't have to wait and could start fil...
over 2 years ago in Domino Designer / LotusScript 3 Needs Review

Change password for a user ID without having ID Vault using lotusscript or Formula Language

"ResetUserPassword" method can be used to change the password for a user ID present in ID Vault. Requirement is to change/reset the password without having ID vault and this needs to be done via lotusscript or formula language.
over 2 years ago in Domino Designer / LotusScript 2 Needs Clarification

Script Editing in Form (Subform), View, Action (Shared Action) Events the Same as in Agents and Libraries

In the next release like to see the script coding/editing of both LotusScript and Java Script in the various events of Form & Subform, View, Action & Shared Action, working the same as in LotusScript agents and script libraries. Basically ...
over 3 years ago in Domino Designer / LotusScript 1 Under Consideration

ForAll variable to follow type of array element

Sub Initialize Dim ns As New NotesSession Dim db As NotesDatabase Set db= ns.Currentdatabase ForAll vw In db.Views If vw. ... End ForAll In this snippet, vw is a Variant and not a NotesView, which is terribly unpractical. Suggestions: eith...
over 1 year ago in Domino Designer / LotusScript 1 Under Consideration