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 362

New lotusscript method to send MIME mail from lotusscript backend class

When i want to send a lot of email with mime format. It will be done with uidoc.save, uidoc.send, uidoc.close within loop and hang. uidoc.send use config mime format in location document in this picture. If lotusscript backend class can do the sam...
over 3 years ago in Domino Designer / LotusScript 2 Under Consideration

notesUIWorkspace .EditDocument add option to specify form to use

LotusScript notesUIWorkspace .EditDocument - add an option to specify which form to use when opening/editing the document. A developer may not always want to use the default. This will be useful for: displaying a subset of information when a dialo...
almost 4 years ago in Domino Designer / LotusScript 5 Under Consideration

More DQL options

I want to use DQL to speed up our search form who is using FTSEARCH multiple databases but i cant do this because DQL: i cant search multiple databases and make a federated search i cant limit the number of documents retrieved by the search. I can...
almost 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Add InStrBack function to LotusScript

The function continues the series: StrLeftBack, StrRightBack. It should work like InStr, but starting from the end and moving to the beginning. This function is really not enough when working with large amounts of data. N.B.: Must also be consider...
almost 4 years ago in Domino Designer / LotusScript 1 Under Consideration

A NotesEntry should not contain all values, if the "Show multiple values as separate entries" is enabled

If one has a column in a view, where the option ""Show multiple values as separate entries" is enabled and one gets an entry object from i.e. a notesviewnavigator, in the column values Property is an array with all(!) values in that field, while i...
almost 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

picklistcollection adds a database icon to the workspace. Please provide option not to do this.

We often use LotusScript notesUIWorkspace .PickListCollection to present options for the user to select. If you specify a view from another database then an icon for that database is added to the users workspace. Users get frustrated when multiple...
almost 4 years ago in Domino Designer / LotusScript 1 Under Consideration

Add the Notes version a new function is added to the designer help (F1)

For some functions the Designer Help shows the version with which the function was introduced. This was obviously abandoned in the versions from 10.x on, please add again.
almost 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Limitation of notesUIDatabase.Close() method.

Close() method does not work on Post Open event of database script if default launch Frameset contains more than 1 level of hierarchy for Named element mentioned inside launch Frameset. For example : default launch frameset (e.g. FramesetA) contai...
almost 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Classes and Methods/Properties to edit or modify Extended Access (Extended ACL)

There are classes to edit/modify Notes ACL like "NotesACL" and "NotesACLEntry" classes but there are no classes to edit/modify Extended ACL of databases like Domino Directory. Such classes would help to edit Extended Access via script.
almost 4 years ago in Domino Designer / LotusScript 0 Under Consideration