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

Domino Designer

Showing 1237

$AssistVersion field visible in view (in Designer)

After a failed update of a design in Production we discovered with the help of ScanEZ that a ssjs script library contained the field $AssistVersion. We thought that this field only exists on agents but appearantly not. It would have been nice if i...
29 days ago in Domino Designer / Views 0 Needs Review

Add a lotusscript method to export inline image in rich text field

Attachments files and objects are able to export by using ExtractFile method in EmbeddedObject class.But there is no method to export pasted image data to disk. Currently it can implement to use DXLExporter and ConvertNotesBitmapsToGIF. But It is ...
about 3 years ago in Domino Designer / LotusScript 0 Under Consideration

Add API (Lotusscript/Java, etc.) method to place text into the OS clipboard

Ability to call a method to place arbitrary text into the OS clipboard without having to select a NotesUI field value and call copy (e.g., placeTextinClipboard(string) ). I often place non-field value text into the clipboard and achieve this by wr...
over 2 years ago in Domino Designer / LotusScript 1 Under Consideration

Increase the recursive calls stack size limit on 64-bit systems

The current limit of recursive calls (recursion level for a given LotussScript function) in 32-bit/64-bit system is 32Kbyte stack size: https://help.hcltechsw.com/dom_designer/12.0.2/basic/LSAZ_LIMITS_ON_COMPILER_AND_COMPILED_PROGRAM_STRUCTURE.htm...
over 1 year ago in Domino Designer / LotusScript 2 Needs Clarification

Display the multiple entries in XPage view (browser) based on a search string.

Multiple Notes documents can have a common text/string present in them in a notes database. If you use this text as a search string in the search bar, then a matching output appears. All the documents having this text will be highlighted in Notes...
9 months ago in Domino Designer / XPages 0 Under Consideration

Enhance LotusScript function NotesDatabase.getOption(optionName%)

GetOption was introduced to the NotesDatabase class in V6. It allows to determine, if specific Options are set or not. But by design, it only accesses options1 from the database header. Other options are stored in options2 - options4.Those option ...
over 4 years ago in Domino Designer / LotusScript 3 Assessment

Make the NotesJSON... classes support more valid JSON

Please make the NotesJSON... classes support more valid JSON. Nicely formatted legal JSON with whitespace should be parsed. Also, nice would be the option to output nicely formatted JSON, for easier consumption by a human.
over 2 years ago in Domino Designer / LotusScript 2 Under Consideration

Easier way of fixing UNK table problem (FT index thinks field is different type)

Example: Create a field (Number), and create-save a document with that field set. Then create FT index for database Then change field type from Number to text, create a new doc & save (easily done when a field looks like it can be numeric ...
almost 6 years ago in Domino Designer 8 Under Consideration

Right-click on an Agent to Run on Server

There is the possibility to start an agent in the Designer client, using right-mouse click on the agent followed by Run Agent. The agent will run locally, and to test a server agent one has to use the Admin client with sufficient rights and the Ag...
over 1 year ago in Domino Designer 0 Under Consideration

NotesDocument.IsChanged

A new NotesDocument property which shows if the document was changed. Return value: list of changed items. (only user items! so, except, updatedBy, LastModified, $Ref.....)
almost 6 years ago in Domino Designer 6 No Plans to Implement