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 95 of 7962

@businessdays seems to be broken (tested in V12)

It looks like @businessdays is not working as expected (anymore?). It shows number of days between to values (also very handy :-), however not business days. _d := @adjust(@today;0;0;-7;0;0;0); @BusinessDays(_d;@Today) This wil result in 8 where I...
about 2 months ago in Domino Designer / @Formulas 3 Needs Review

Add Indication of Hide-Whens Present on Forms etc in Designer

This will help debug design objects when hide-when fields are present. It would be idea to be able to see the hide-when details without having to open the properties, such as mousing over or a setting that shows it as markup
almost 5 years ago in Domino Designer / @Formulas 0 Under Consideration

Add ability to tables to change row color programmatically

We have several Tabbed rows that have fields on them. Some of those fields are mandatory. It would be nice to be able to highlight the row and change the color if one of these field is not filled in. Its a visual clue to the user that they need to...
about 3 years ago in Domino Designer / @Formulas 1 Needs Review

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...
9 months ago in Domino Designer / @Formulas 0 Needs Review

Request @SetViewInfo( [SETVIEWFILTER] works for non-categorized column.

The @SetViewInfo function is able to filter documents to those matching the first column, which must be categorized. e.g. @SetViewInfo ([SetViewFilter]; "ABC"; "Column1"; 1) This formula filters the view to display only those documents which conta...
over 2 years ago in Domino Designer / @Formulas 0 Needs Review

The EditInsertSignature command needs an option to prevent blank signatures

Notes v14 was released recently with the change to have @Command([EditInsertSignature]) return 1 or 0 for "Done" or "Cancel" respectively. However, it does not go far enough. It needs an option to prevent blank signatures. This option should trigg...
about 2 months ago in Domino Designer / @Formulas 0 Under Consideration

Make @IfError() Available Again

@IfError() was introduced in R6, but depreciated with R7 and therefor should not be used any more. Probably, because IBM wasn't able to fix some bug. - However, this @function is very useful and makes code much easier to read and understand than a...
about 3 years ago in Domino Designer / @Formulas 1 Under Consideration

Add formulas @DocAuthorFields and @DocReaderFields

In our applications, we have lookup view column formulas like this to read a document's write access on the view level without the need to open the documents: _authorfields:=@Trim(@Transform( @DocFields; "fld"; @If(@Begins(fld;"a_") | @Begins(fld;...
over 2 years ago in Domino Designer / @Formulas 2 Needs Review

@dblookup / @dbcolumn for views

To implement information from another view without saving it in the document.
over 5 years ago in Domino Designer / @Formulas 8 No Plans to Implement

If there was anything in the rich text

Even having a rough way to do this in Midas, I would really like to see a simple @formula (and matching Lotus Script) method for determining if there was anything in the rich text. Even better would be if it took an argument that specified whether...
over 3 years ago in Domino Designer / @Formulas 1 Under Consideration