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

My ideas: @Formulas

Showing 32

Add more options to @Command([ComposeWithReference])

Currently, @Command([ComposeWithReference]) is the only function to remove attachments and add comments "[attachment "XXXX" deleted by UserName] " to the removed place. However, the current behavior is that not only the Body content is copied, but...
5 days ago in Domino Designer / @Formulas 0 Needs Review

Add the option "Show 4 digit year if not current century" to date field property

Currently the date field properties contain options under "Display Date" and "Special Calendar" for Show 'today' when appropriateAlways show 4 digit yearShow 4-digit year for 21st centuryShow year only if not this year This seems outdated as what ...
27 days ago in Domino Designer / @Formulas 0 Needs Review

Add parameter newInstance to @Command([EditDocument]) to avoid save conflicts

Just like in LotusScript function notesUIWorkspace .EditDocument, please add a parameter newInstance in @Command([EditDocument]). Maybe even add some options in Notes that prevents from opening a document twice when using "right click -> edit d...
28 days ago in Domino Designer / @Formulas 0 Needs Review

@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 1 month ago in Domino Designer / @Formulas 3 Needs Review

Explain the values 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form

To avoid confusion it may help to explain via REM statement the values represents 0,1, and 8 used in hide-when formula for Internet browser's warning text in Location form (see attached file). Currently, these are the values represents in WebRetri...
about 2 months ago in Domino Designer / @Formulas 0 Needs Review

I would like to add a parameter to the @UserRoles function.

The @UserAccess function allows the user to get the current user's access rights by specifying the server name and file name. I want @UserRoles function to be able to get the current user's roles by specifying the server name and file name in the ...
4 months ago in Domino Designer / @Formulas 0 Needs Review

beautify @formula code

ofcourse we all write readible code but when I look at action code wriiten by colleagues I am very unsure if i understand it because it lacks indent, multiple rows etc. if there would be a beautify option for @ formula that would be awesome
5 months ago in Domino Designer / @Formulas 2 Needs Review

@isAttachmentBeingEdited

Editing attachments is quite delicate. In some cases it could be useful to disable some actions (hiding the action/button, or checking in code) while a certain attachment is being edited.
8 months ago in Domino Designer / @Formulas 0 Needs Review

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