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 628 of 8855

Add @usercanedit

Really useful for hidewhens on buttons, text, etc.
over 7 years ago in Domino Designer / @Formulas 3 Under Consideration

New lotusscript method to send MIME mail from lotusscript backend class

When i want to send a lot of email with mime format. It will be done with uidoc.save, uidoc.send, uidoc.close within loop and hang. uidoc.send use config mime format in location document in this picture. If lotusscript backend class can do the sam...
over 5 years ago in Domino Designer / LotusScript 2 Under Consideration

Reduce the number of clicks to add a photo

If you want to add a photo in a rich text field, it takes 4 clicks (Nomad on iPhone or iPad) 1. To execute the @Command([FileImport]) or @Command([EditInsertFileAttachment]) 2. To choose the source (take a picture, camera roll, file, ...) 3. ...
over 3 years ago in Nomad / Nomad (iOS) 0 Under Consideration

Make the Designer task smarter

When there is a central template database with libraries containing classes that are used in many other databases, the modification of one class can easily lead to an avalanche of user complaints: Type mismatch on external name: xxx. It happens ev...
almost 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Use the device's standard mail app to send mail from Nomad

From Milan Factory Tour for both iOS and Android: they would like to "mailto" from Nomad using the default mail application of the device (not mail inside Nomad). For example, take a document and mail it (as a PDF attachment or rich text in the bo...
almost 3 years ago in Nomad / Nomad (Android) / Nomad (iOS) 1 Under Consideration

Replace the view in the frameset with OpenView in NotesUIWorkspace.

Currently, it is not possible to use OpenView to switch views while a view is open in a frameset. We must open another frameset to switch views. We would like to be able to switch views within a frame with OpenView.
almost 3 years ago in Domino Designer / LotusScript 1 Needs Review

Easy way to set Template Version

Template Version 10.0.0 and Date is set in some $Icon design elements accessed only by scripts. should be a way to do this more friendly or even turn on Automatic numbering/build version
almost 7 years ago in Domino Designer / LotusScript 0 Under Consideration

DQL: improvements on named variable handling and on documentation

Playing around with DQL, and especially with NamedVariables. The NotesDominoQuery class at the moment has 2 methods dealing with named variables: DQL.setNamedVariable("name", "value") DQL.resetNamedVariables() The more I try to use that concept th...
over 3 years ago in Domino Designer / LotusScript 3 Needs Review

Cannot specify image resource in formula language

An image resource can be specified in the outline entry.Image resources other than the current database can also be selected.However, when selecting an image resource using the formula language, only the image resource of the current database can ...
about 6 years ago in Domino Designer / @Formulas 3 Under Consideration

Make LotusScript Instr faster for iterating thru all matches in a long string

The current algorithm for Instr is very inefficient. If you give it a starting position for the search, it doesn't actually start searching at that location. Instead, it searches from the beginning of the string, and each time it finds a match, ch...
about 7 years ago in Domino Designer / LotusScript 1 Under Consideration