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 1279

Optimize mail document size sent by a LotusScript scheduled agent

Mail documents sent by LotusScript scheduled agents are twice as large as those sent by manually run agents. The increase in size of mail generated by the scheduled agent is due to extra fields. For example, in the smaller mail document there mayb...
5 months ago in Domino Designer / LotusScript 1 Already Exists

Function to determine database ACL size in bytes

A function which could help to determine the exact size of database ACL in bytes. It can be used to identify if ACL size is closing to the 32K limit.
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Add localization support to Domino Designer

As of today, building localized Domino/Notes applications is a painful experience. I've seen dozens of approaches invented by creative Notes developers, trying to overcome the lack of built-in localization support in Designer. However, none of the...
about 6 years ago in Domino Designer 2 Under Consideration

LotusScript binding with Node/Proton services

Similar to https://domino.ideas.aha.io/ideas/IDEAAD-I-15, LotusScript developers would benefit from a LotusScript to Node interface similar to LS2J. There are already a huge library of Node modules on NPM that LotusScript developers could utilize ...
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Give developers a more powerful base64 decoder/encoder

The built in decoder only works on a NotesStream, and it only works if its UTF-8 encoded. This is not insurmountable, I just have to get out of lotusscript and use some Java libraries with more powerful options. I'd rather do it in lotusscript tho...
about 6 years ago in Domino Designer / LotusScript 0 Under Consideration

Show lines, paragraphs and other formatting symbols on Forms and subforms

Use the same button like on word processors to show editing parts like new lines, tabs, paragraphs on the Form editor. So, developer can see them. Also indicate if the text part has hide-when formula.
over 5 years ago in Domino Designer 0 Under Consideration

It is determined whether the date and time is the date and time of the specified range.

I would like a method to use the NotesDateRange class to find out if a date is in range For example, the following method isWithinRangeDays( targetDate:Variant, rangeDate:NotesDateRange ) : boolean targetDate -> 01/30/2019 rangeDate ...
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration

Shared actions ideas

1) Move shared actions under Shared Elements. A few ancients will complain, but I believe they belongs there. 2) Compile LS shared actions when they are saved. And raise errors when they are saved. So I do not have to wait until view is displayed....
over 5 years ago in Domino Designer / Views 0 Under Consideration

Find and Replace should work correctly for Formula inside a form

In the Domino Designer, finding all occurrences of some code in fields with Formula language is virtually impossible. Ctrl-F or Find and Replace doesn't search consistently everywhere in a form. LotusScript is ok, but then only LotusScript. If the...
over 1 year ago in Domino Designer / @Formulas 0 Needs Review

Add preference for NOT using Option Public in LotusScript Agents and Script Libraries

I would like a preference to NOT use Option Public in LotusScript Agents and Script Libraries. It forces the developer to make things that can be shared explicitly Public, and promotes thinking abou what should be Public and what should be Private...
over 1 year ago in Domino Designer / LotusScript 2 Needs Review