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 784

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

Bypassing ?ChangePassword form command into another custom changepassword form

Using the domcfg we can map another change password form, however other change password trigger such as Force user to change internet password on next login, could still use the default ?ChangePassword form command generally used by Domino. Appare...
almost 4 years ago in Domino Designer 0 Under Consideration

NotesItem object: better handling of duplicate items

There are occasions where we have to deal with multiple instances of an item within a document. One example is $FILE. The current API (LotusScript and Java) has a method "NotesDocument.getFirstItem". What is missing here is something like "NotesDo...
over 4 years ago in Domino Designer 3 Under Consideration

Enhance @Attachments, @AttachmentNames, @AttachmentLengths for individual RTFs

It would be useful have @Attachments, @AttachmentNames, @AttachmentLengths apply to a specified RTF. There are times when I want to know the specifics of attachments in a particular field and not the whole document. You could add a parameter to th...
over 5 years ago in Domino Designer 1 Under Consideration

Add parameter to method embedObject of class NotesRichTextItem to avoid compressing of attachments

In Notes it is possible to decide whether an attachment in a richtext field should be compressed or not by selecting or deselecting the checkbox "Compress". In the method embedObject of the class NotesRichTextItem in Lotusscript or RichTextItem in...
about 6 years ago in Domino Designer 4 Under Consideration

Support Partial Classes in LotusScript

Provide support for partial classes in a similar way to that allowed in Visual Basic, C# etc, This would allow me to take a class defined in one LotusScript library (or the based Notes classes) and extend them in another place.
about 6 years ago in Domino Designer / LotusScript 1 Under Consideration

Add SetColorForCell method for NotesRichTextTable object

Now we can use only Main Color and Alternate Color for all NotesRichTextTable
about 6 years ago in Domino Designer / LotusScript 0 Under Consideration