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 212

URL / POST content should available in decoded fields

When accessing data that has been appended to a URL or has been posted to a LotusScript agent, you usually write yourself some routines to split query_string_decoded or request_content from the ContextDocument. Everyone has these routines and ever...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Execute( {JavaScript code})

Much code wrote on JavaScript language.If i will have opportunity to use it from LotusScript - it will be magnificently
almost 5 years ago in Domino Designer / LotusScript 3 Under Consideration

Allow Snippets to be added into native Notes elements like Forms and views etc

Snippets cannot be added into a Form or Form event.@formula and JS cannot be added in from a snippet.
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Improve performance when removing all documents from a folder

It's very slow to clean up a folder programmatically. Removing even few hundreds or thousands (plus responses) it takes a while. It would be much faster just delete this private folder and recreate it again. Today the only way to clean up a folder...
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Keep Find Next and Find Previous working in Domino Designer Lotusscript editors

Quickly finding the next or previous occurence of a string without invoking a dialog box is essential for editing speed. I cannot endorse the plan to remove these commands from Domino Designer. Please keep them!
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Improve syntax-error reporting in LotusScript compilation

When compiling LotusScript in notes (either via Designer's Recompile All LotusScript or in C via NSFNoteLSCompile), it's very easy to run into a situation where the compiler reports just "Syntax Error", with no indication as to the source of the t...
over 2 years ago in Domino Designer / LotusScript 1 Under Consideration

Rebuild Dependent Agents/Script when Script Library Classes are Updated

Changes to script library classes can break code throughout a database, with errors such as "Cannot find external name: EMAILREMINDER" occurring until the agents/scripts are re-saved. This can be frustrating as Designer doesn't automatically re-bu...
about 3 years ago in Domino Designer / LotusScript 3 Under Consideration

Allow add to item array of objects "NotesDateTime"

I want that code below will work correctly and in NotesDocument will store array of dates Dim ws As New NotesUIWorkspace, uidoc As NotesUIDocument, cdoc As NotesDocument Set uidoc = ws.Currentdocument Set cdoc = uidoc.Document Dim ndt1 As New No...
over 3 years ago in Domino Designer / LotusScript 4 Under Consideration

Content Assist feature needs to recover from typos

While coding an agent or script library, this feature presents the programmer with property &/or method options for any objects they reference. It works great in Agents and Script Libraries, reducing your options as long as one exists for what...
almost 4 years ago in Domino Designer / LotusScript 1 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.
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration