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

Enhance LotusScript with Base64 encode/decode, MD5, SHA1, SHA256

Please provide a native LotusScript interface to do Base64 encoding and decoding, and hash functions like MD5, SHA1, SHA256. Needed since Nomad does not have Java for speedy access to those functions, and these functions are needed on the web.
over 3 years ago in Domino Designer / LotusScript 0 Assessment

Improve NotesJSONNavigator

It would be great have additional methods in the NotesJSONNavigator. Besides the current AppendElement, AppendArray, AppendObject there should also be RemoveElement, RemoveArray and RemoveObject. It is currently possible to create, read and update...
about 1 year ago in Domino Designer / LotusScript 0 Needs Review

A good way to display progress to the user

soon the Win32-specific versions of Notes are gone. We need an alternative progress indicator https://www.keysolutions.com/notesfaq/howprogress.html http://blog.texasswede.com/progressbar-class-for-lotusscript/
about 1 year ago in Domino Designer / LotusScript 1 Under Consideration

Improve REST/JSON capabilities in LotusScript (e. g. for better use with HCL Volt MX Foundry)

We are using Domino LotusScript for many REST Requests to internal and external services, including HCL Volt MX Go Foundry as a services middleware for easier administration of services, easier configuration of auth services, also improving the ov...
8 months 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...
18 days ago in Domino Designer / LotusScript 0 Needs Review

Stop reordering contents of raw .lss file after saving in Designer

Our project team utilizes Git version control to keep our incremental code changes well-organized. Because Git closely looks at file modification differences, however, our team constantly has to place significant time and effort into counteracting...
4 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...
about 2 months ago in Domino Designer / LotusScript 1 Needs Review
127 VOTE

Nice looking charts to make nice looking apps for management and decision making

I like panagenda embedded charts. we need easy to use charts in apps.
over 6 years ago in Domino Designer / LotusScript 7 Under Consideration

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

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