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

Clear

Ideas

Showing 1038 of 9015

Make the standard mailfont and size available for Richtextfields

Please make the mailfont and size available to set it in a richtextfield via lotusscript. Now is not possibel to read the user current mailfont and size. we will set in the application the body field with this settings.
almost 5 years ago in Domino Designer / LotusScript 1 Under Consideration

'Isftindexed' to check for the FTI of "corrupted and/or bad" index as it returns error instead of false

If it has a good index it returns TRUE and if it has no index it returns FALSE. If it has a bad index or if an index is supposed to be on the database and is missing, it ERRORS OUT Related to the ER -- https://domino-ideas.hcltechsw.com/ideas/DOMI...
almost 5 years ago in Domino Designer / LotusScript 1 Under Consideration

Break Long running lotusscript code

It would be good to have a way to break long running lotusscript code. Sometimes you get a long running lotusscript code that is blocking the client and you want to break it. It would be good to have some known keyboard sequence to press to break it.
over 2 years ago in Domino Designer / LotusScript 2 Under Consideration

Please provide custom connector of Microsoft Power Automate

Please provide custom connector of Microsoft Power Automate. The customer create workflow by using Power Automate. They want to make automatically operate all incoming mail that are sent to Notes/Domino.
over 2 years ago in Domino Designer / Documentation 0 Under Consideration

@Formula to set Interline 1 1/2 in richtext item

I have a button above a richtext item to set the standard format. I tried to set the interline to 1 1/2.@Command([EditGotoField]; "Description"); @Command([EditSelectAll]); @Command([TextSetFontFace]; "Arial"); @Command([TextSetFontColor]; [Bla...
almost 5 years ago in Domino Designer / @Formulas 0 Under Consideration

notification settings problem

when a user is out of the office and falls back leaving the form to verse you lose the HTML5 notifications (to slide) that disappear ...Maybe a notification area would be ideal for understanding how many emails are to be read ...Or restore the old...
over 7 years ago in Verse / Verse on Premises 2 Already Exists

Support Verse, Outplace point in time mail restore

Support Verse, Outplace point in time mail restore When users ask for in point time restore of mail file. Outpace restore. In Notes user could access both mail files, decide which mail file should be copy and pasted, or dragged and drop into the...
over 2 years ago in Verse / Verse on Premises 0 Future Consideration

Ability to add a comment when you decline an invite in Verse

When declining a meeting invite, in Verse there is no way to add a comment. Please add this functionality.
about 5 years ago in Verse / Verse on Premises 1 Already Exists

Can we overwrite "Input validation" used in multiple fields in a FORM through some single liner code/

"Input validation" has formula present for multiple fields in a FORM. All these formulas get triggered before document could be saved. This is working as designed. Can we prevent all these formula from being executed through some one liner code or...
over 5 years ago in Domino Designer / @Formulas 2 Under Consideration

The ability to disable notes cache to get objects by lotusscript

When retrieving a document in LotusScript, the cache may return an old document. For example , this problem occurs bt the following steps and codes. Codes: (Decralations) Dim doc as NotesDocumet (Click) Dim session As New NotesSessionDim db As Not...
over 5 years ago in Domino Designer / LotusScript 4 Needs Clarification