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 648 of 8851

Provide specific information when Notes Database cannot be opened

When accessing a database that's either encrypted or corrupted, the Notes Database object is not usable and there is no specific information. Sub Initialize Dim db As New NotesDatabase( "Server/Domain", "database.nsf" ) If db.IsOpen Then MsgBox ( ...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Implement better error handling of GoToField

The behaviour of GoToField in NotesUiDocument class is not as expected. If a field with the given name does not exist at all in the form, the function does nothing instead of throwing error 4412. If a field with the given name does exist in the fo...
over 4 years ago in Domino Designer / LotusScript 0 Needs Review

Let AppendRTItem work as expected

By using this method the font information is lost when the Rich Text Items reside in different documents and use different fonts. The result is, that the content of the new Rich Text Item gets the first divergent font (other than standard). If thi...
over 3 years ago in Domino Designer / LotusScript 0 Needs Review

PostPaste and QueryPaste event can't get pasted document information.

We want to get the information for the pasted document. Once we have the information in the pasted document, we can control whether or not the paste continues. This is very useful.
about 5 years ago in Domino Designer / LotusScript 2 Under Consideration

Javascript everywhere

Today we can use Javascript in quite a number of places on a Notes form, as well as in views. But the Javascript is only able to access the UI. You can also not create agents using Javascript. What I would like to see is a Javascript API/extension...
over 4 years ago in Domino Designer / LotusScript 0 Assessment

Case sensitivity when doing a lookup on Alternate name on HCL verse

1. Problem is observed for contact lookup for Alternate Name ( Russian ) 2. No issues observed for Primary English Name lookup for same contact 3. This contact is created locally in personal address book and synced to device (Verse on Android)...
over 4 years ago in Traveler 0 Under Consideration

Provide Lotusscript API for IBM Connections (create status updates, files, events)

No description provided
over 7 years ago in Domino Designer / LotusScript 3 Under Consideration

HCL ToDo app support for through MDM solution Airwatch.

Can we have custom configuration keys for ToDo app, which can be pushed through MDM solution Airwatch. HCL Traveler To Do app, for synchronizing Todo's into Apple devices, is supporting some configuration keys for preconfiguration of app through ...
over 5 years ago in Traveler 0 Under Consideration

Need pop-up message on Verse Android after set the device deny access

1. Refer this topic to deny two devices(one is iOS, the other is Android) to access traveler server. https://help.hcltechsw.com/traveler/12.0.2/Denying_or_allowing_access_to_a_user.html?hl=Deny%20access 2. User can get this pop-up message for Vers...
over 2 years ago in Traveler 0 Under Consideration

Set the order for action buttons move when you press the tab key in the layout area of ​​a Notes form

Needed a provision to set the focus on an action button by default when a form loads, using client-based LotusScript. This can be done using JavaScript and the onfocus event, but the requirement is to implement this using LotusScript on the client...
5 months ago in Domino Designer / LotusScript 0 Needs Review