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

@Formulas

Showing 103 of 8631

Lotusscript version of @URLEncode

I would like to be able to use @URLEncode using Lotusscript instead of Evaluate() I have also found that @URLEncode does not work correctly with chr(10) & chr(13)
almost 5 years ago in Domino Designer / @Formulas 0 Under Consideration

Allow @MailSend to set scheduled messages delivery

Allow @MailSend to set messages scheduled delivery, such as add a parameter of "$SentAt" to enable delayed messages delivery.
over 1 year ago in Domino Designer / @Formulas 0 Needs Review

Add a new @dblookup that allows text lists of keys and names instead of a single key and single fieldname

So multiple inputs and outputs
over 6 years ago in Domino Designer / @Formulas 2 Under Consideration

Extend Eclipse TODO/Tasks usage to other languages (LotusScript)

As the title says. Why is // TODO restricted to Java ? It seems very useful in other languages, e.g. LotusScript, CSS, SSJS.
over 4 years ago in Domino Designer / @Formulas / LotusScript 0 Under Consideration

convertor function/formula to convert text to color

when you want to add color to a row the value should be in color, which makes it hard to compute and get the values from outside the view e.g. a profile document. color fields also do not multi-value so this makes development another crime with la...
4 months ago in Domino Designer / @Formulas 0 Needs Review

Access to named document via @formula

https://help.hcl-software.com/dom_designer/12.0.2/basic/H_GETNAMEDDOCUMENT_METHOD.html I do not see @formula ways to access a named document as it is possible for profile documents e.g. @Command( [EditProfile] ; "coloring" ) so I can not access a ...
4 months ago in Domino Designer / @Formulas 0 Needs Review

Setting/Option to disable line break in Text Field

Requirement is to have some inbuilt setting like in TEXT FIELD to disable line break while using this field in edit mode.
almost 4 years ago in Domino Designer / @Formulas 1 Needs Clarification

Frame width

I want to display data different depending on whether a document is opened in a (smaller) preview frame or in a separate tab. With the @resolutionWidth and @resolutionHeight formulas, it is possible to get the dimensions of the client window. This...
over 1 year ago in Domino Designer / @Formulas 0 Needs Review

@ValidateInternetAddress does not return correct result

@ValidateInternetAddress ( [ Address821 ] ; "?.?@domain.com" ) This formula says, that the given Internet Mail Address is correct. But that is not true.
about 2 years ago in Domino Designer / @Formulas 5 Needs Review

Extend @GetDocField to cache the received data

When I run a form with @GetDocField($Ref; fieldname) on multiple fields, it issues the same number of NRPC commands as the number of fields, and receives the entire document for each command. There are two problems. 1. If the size of the referen...
over 3 years ago in Domino Designer / @Formulas 1 Under Consideration