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 362

Need to get the signer of the database through LotusScript

There should be a property/method to get the signer of the database using in LotusScript.
over 1 year ago in Domino Designer / LotusScript 2 Needs Clarification

Update GIT Plugin

The git - Plugin as described at "https://www-10.lotus.com/ldd/ddwiki.nsf/xpDocViewer.xsp?lookupName=IBM+Redbooks%3A+Lotus+Domino+Development+Best+Practices#action=openDocument&res_title=3.7_Source_control&content=pdcontent" is very old. I...
over 5 years ago in Domino Designer / LotusScript 1 Assessment

New field type "Source code"

In some cases it is useful to store lotusscript in a text-/richtextfield in a notes document. This source code then is used to execute from a compiled script. This generally works fine. It would be very helpful if a new field type "Source code" (o...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

Allow a version of @SetviewInfo as a Lotusscript command

I would like to see a version of the @SetViewInfo / @GetViewInFo commands in Lotusscript. Of course the currently existing side effects of the @command on other Notes Design objects than the view where it gets used, need first to be removed. Other...
over 3 years ago in Domino Designer / LotusScript 2 Under Consideration

Shared LotusScript-libraries should work without problems

In theory the shared elements like the LotusScript-libraries are very usefull. You can place the libraries in a central database and use them in other databases. But you can't put such a central repository database in production and make changes t...
over 5 years ago in Domino Designer / LotusScript 1 Under Consideration

DB.FTSearch/DB.Search: Flag to Identify that the search text actually found in the attachment or in the document fields

Db.FTSearch/DB.Search searches in the entire document irrespective of document fields and attachments. As of now there is no such flag found which can identify that the search text actually found in the attachment or in the document fields. Please...
over 1 year ago in Domino Designer / LotusScript 4 Under Consideration

Enable Lotusscript classes to import images on backend

From Carl Tyler Very often I have the need to import a graphics into a Domino rich text field. Example JPG or GIF file. Currently there are no backend classes to do this. There should be a simple Lotusscript function to enable this, and allow for ...
over 5 years ago in Domino Designer / LotusScript 3 Under Consideration

Add a method in Java/LotusScript to get a document, view, folder as a JSON structure

Something similar with generateXML
about 3 years ago in Domino Designer / Java / LotusScript 1 Under Consideration

Remove and add database icon using lotusscript

Requirement is to remove old database icon and add new database icon on the workspace using lotusscript. @RenameDatabase and @AddDatabase methods doesnot fit in customer requirement. Migration from old version to new version is being done and at s...
almost 3 years ago in Domino Designer / LotusScript 1 Needs Review

Select Multiple Documents in the view using LS

It will be very helpful if I can use something like: NotesUIView.SelectDocuments( coll as NotesDocumentCollection ) which marks all documents from the collection with selection marks.
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration