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

Domino Designer

Showing 1233

Lotusscript error message: add error line, modul etc.

I use this template to handle errors: On Error Goto LBL_ERR LBL_EXIT: Exit Sub LBL_END: End LBL_ERR:dim sERR as String If Err=1001 Then sERR=Error Else sERR="#:"+Cstr(Err)+"; txt:"+Error+"; modul:"+GetThreadInfo(2)+"."+GetThreadInfo(1)+"; line:"...
over 5 years ago in Domino Designer 1 Under Consideration

Point releases for usability enhancements

I think there would be a lot of benefit to having a point release just for Designer that focuses almost solely on usability enhancements. Things like making sure type ahead suggestions display all current methods/properties for an object. Being ab...
over 5 years ago in Domino Designer 0 Under Consideration

Make text color computable ( @formula )

If you want to conditionally change the text color of an item or computedtext object in a client based Notes application, by now you need to have duplicates with according text colors that are shown / hidden depending on hideWhen. ( see screenshot...
over 5 years ago in Domino Designer / @Formulas 1 Assessment

Enable opening and removing multiple applications in Domino designer

When you get a large project that is spanning over multiple .ntf it is a bit of a hassle to add them one by one to your workspace. It would be nice if you could select multiple ntfs in the 'Open application' dialog and add them all to the workspac...
over 5 years ago in Domino Designer 0 Under Consideration

Simpler Java Debugger

It would be more productive if we could have the LotusScript debugger as an inspiration to the Java debugger. I think all the work it takes to use de debugger (FI. you cannot debug an NTF template. First you have to refresh design than use de debu...
over 5 years ago in Domino Designer 1 Under Consideration

Improve application development documentation

In particular, create extensive documentation for using items in the Extension Library. Build a documentation library from the standpoint of someone who's never used Notes/Domino before. Beginner, Intermediate, Expert areas. In the past you could ...
over 5 years ago in Domino Designer 5 Assessment

Make Default- Classes Subclassable in LotusScript

We have some advanced applications, where we need the default classes NotesDocument or NotesUIDocument or any other to have some special functions like "SaveWhenModified" or "ReplaceItemValueHashed" (only mark the document as changed when the valu...
over 5 years ago in Domino Designer / LotusScript 3 Under Consideration

View column totals should be accessible for calculations, like detail rows are accessible through the programmatic name.

Let's suppose there is a view with three numeric columns; 1 2, and 3. I would like to be able to use the column totals from columns 1 and 2 to calculate the column total for column 3. For example, when calculating gross margin; if I have the pric...
over 5 years ago in Domino Designer 2 Under Consideration

Ability to switch to Notes Client if LotusScript Debuger is open

No description provided
over 5 years ago in Domino Designer / Debugger / LotusScript 0 Under Consideration

DomSQL Openntf Project Build in Domino Designer for Report Tools

I want to use join view like a join table in ibm notes. This is a pain in ibm notes for advance report a long time.
over 5 years ago in Domino Designer 2 No Plans to Implement