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 1293

Add encoding @functions for custom HTML, XML and JSON

When building custom HTML, XML or JSON, there are a few character, that needs escaping. @HTMLEncode For doing HTML encoding, I use this to encode a text field/string: text := "B&O";_from := "&":"<":">":"\"":"'";_to := "&amp;":"&a...
5 days ago in Domino Designer / @Formulas 0 Assessment

Ability for LotusScript to set the color and width of table borders

The SetColor and SetAlternateColor methods of the NotesRichTextTable class can set Table color. However, there is no function to set the color and width of table borders.
5 days ago in Domino Designer / LotusScript 1 Needs Review

Make a Lotus Script equivaluent for the Formula command @SetHTTPHeader

Unfortunately currently there is no way to set HTTP Header variables from a WebQueryOpen Agent being called from a web form. There should be a new command like this: Call session.setHTTPHeaderVariable(name, value) Also this should be working in We...
11 days ago in Domino Designer / LotusScript 1 Needs Review

Make an option to recalculate computed fields after a WebQueryOpen Agent ran

Within the Designer on a form there is a checkbox within the Field properties called "Compute after validation". Alike that I wish there would be a similar option having computed fields to recalculate AFTER the WebQueryOpen Agent ran on a web form...
11 days ago in Domino Designer / @Formulas 0 Needs Review

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...
11 days ago in Domino Designer / LotusScript 2 Needs Review

Improve Design Definition section so it supports viewName

Life of a developer is so much sweater when the design defintion of a custom control in xpages could display its viewname as described here https://stackoverflow.com/questions/13193916/xpages-design-definition-for-a-custom-control/48551751#48551751
16 days ago in Domino Designer / XPages 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...
17 days ago in Domino Designer / LotusScript 0 Needs Review

Need LotusScript functionality like 'Copy Link As URL' in Notes Client

Currently, unable to use the LotusScript method/function to achieve the requirements like 'Copy Link As URL' in Notes Client. The requirement is to copy the URL from the Notes document and paste it into the clipboard using LotusScript.
17 days ago in Domino Designer / LotusScript 3 Needs Review

If then else shorthand like in java with some extras

I would like to have an if-then-else shorthand syntax like in java with a little bit of python spice. You all know the following syntax: condition ? expression1 : expression2 I do not stick to this exact syntax, especially because the colon is cur...
24 days ago in Domino Designer / LotusScript 1 Needs Review

Provide new C++ API Toolkit for Notes/Domino 12.0.x/14.0.x and future release.

According to the following KB, C++ API toolkit for Notes/Domino is no longer provided and supported. *************************************************** KB0040454 Supported version of C++ API toolkit for Notes/Domino https://support.hcl-software.c...
about 1 month ago in Domino Designer 2 Needs Clarification