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 on products and upcoming events around #dominoforever, please visit: HCL Domino Page


ADD A NEW IDEA

Clear

Ideas

Add encoding @functions for custom HTML, XML and JSON

When building custom HTML, XML or JSON, there are a few character, that needs escaping. @HTMLEncode For doing HTML encoding, I use this to encode a text field/string: text := "B&O";_from := "&":"<":">":"\"":"'";_to := "&amp;":"&a...
over 1 year ago in Domino Designer / @Formulas 1 Assessment

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.....)
about 8 years ago in Domino Designer 6 No Plans to Implement

Remove limit of 64K for Computed text

I often use computed text in a RT field on a document. Very practical for displaying results of a dblookup inside a RT field. Mostly for embedding HTML for displaying on the web. I often stumble on the 64K limit. Submitted by Theo Heselmans
over 7 years ago in Domino Designer / @Formulas 2 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 4 years ago in Domino Designer / LotusScript 2 Under Consideration

DominoIQ interface with Designer

I would like DominoIQ to scan an existing/legacy Notes NSF design and be able to summarize the overall workflow and critical/high traffic design elements and features. An alternative spin - I would like to have DominoIQ scan the design and make re...
8 months ago in Domino Designer / Documentation 0 Needs Review

Highlight variables in lotusscript

If I click on the DIM of a variable, I want to see (with a background highlight) where ir's used - so highlight the sub/function and the actual line If it's not used anywhere, then it would be easy to see that
about 8 years ago in Domino Designer / LotusScript 0 Under Consideration

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 ...
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Add an itemname property to @AttachmentNames

@AttachmentName gets the name of all Attachment in a document. I need a posibility to get the names of the attachment in only one iten/field. in all my documents, I have a subform for attachments with two fields PrimaryFiles : The files I want to ...
3 months ago in Domino Designer / @Formulas 0 Needs Review

A new option for PickListCollection to select all documents in a view by default

Please add a new option to the PickListCollection method (NotesUIWorkspace class) that allows users to "pre-select all documents in the view" when the multipleSelection option is set to 'True'.When there are many documents listed and users have to...
3 months ago in Domino Designer / LotusScript 0 Needs Review

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 ...
almost 7 years ago in Domino Designer / LotusScript 3 Assessment