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 subscriptions: Domino Designer

Showing 1291 of 8418

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.
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

SAML support for Notes C-API function 'Secidfget'

The Notes C-API function 'Secidfget' only supports use of password when you don't use SAML. Allow the Notes C-API function 'Secidfget' to work for user who is enabled for Web Federation (SAML) or Notes Federation (SAML) or both.
8 months ago in Domino Designer 0 Needs Review

The document properties dialog gives constant 'invalid or non-existing document' popups when clicking on a document in DQL view.

All works fine but I just have to make sure this dialog is not open when accessing an DQL view. I understand where this message comes from as the complete document properties won't be available here but there should be a workaround to suppress the...
over 2 years ago in Domino Designer / Views 5 Needs Clarification

Add ability to have @Commands in Show Single Category for embedded views

It would be nice to have the ability to use @commands such as @If(@Contains(@UserName;@DbLookup("" : ""; "Notes Glenville/Applied Robotics Inc." : "NAMES"; "Groups"; MyReports; "Members"));MyReports;""); This would get if the user is in a group, ...
8 months ago in Domino Designer / @Formulas 2 Needs Review

Database Script should reflect code changes without closing designer

When any code modifications are done in designer Database Script section, then the designer needs to be closed and the nsf should also be closed and opened to reflect these changes (even in lotusscript debugger mode).
about 4 years ago in Domino Designer 0 Under Consideration

Use string resources in client applications

Rather than trying to deal with DGW, it would be great if we can employ string resource files in Notes client applications, like we can in XPages applications. Everything -- static text on forms, view column titles, view formulas if you can manage...
about 6 years ago in Domino Designer 2 Under Consideration

Make Designer a regular Eclipse plugin

Domino Designer should be a standard plugin. This way one would be able to add it to her existing Eclipse setup. Should be working on any platform that Eclipse supports.
about 6 years ago in Domino Designer 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
over 5 years ago in Domino Designer / LotusScript 3 Under Consideration

Search a form for a field name

Currently, to search for a field on a form, I print the form into a pdf file and search there. Need the ability to hit cnrl-F and search for a field name. clem
about 4 years ago in Domino Designer 0 Under Consideration

Please identify LotusScript reserved word more correctly in Domino 11.0.x Designer

One customer use Domino Designer 11.0.x and defined a function with name DeclareObj like following: 1 Function DeclareObj( count As Integer ) As Integer 2 DeclareObj = False 3 (省略) 4 DeclareObj = True 5 End Function then he got a "Variable should ...
over 1 year ago in Domino Designer / LotusScript 2 Needs Review