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 1238

new lotusScript method db.GetUnModifiedDocument based on threshold date

There is currently methods to build collections based on GetModifiedDocuments (positive change) and UnprocessedDocuments (agent hasn't touched). GetAllUnreadDocuments ,etc But there are times you need to process or inspect documents that haven't b...
over 1 year ago in Domino Designer / LotusScript 0 Under Consideration

Action id counter

Option to set last id for shared Action. When adding new action, action is added with an existing id. So actions overlap and it is a mess to set them right.So when adding action, it should check what is last id. Optionally would be nice to be poss...
over 1 year ago in Domino Designer / LotusScript 5 Needs Clarification

User registration using Registernewuser LS API results in merged Person Document

Customer is running a custom code where they are registering persons to Domino and have now identified a case where 2 separate registrations resulted in a single person document with merged full names. The registration are made two days apart and ...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Allow @UserName in shared views

If you want to show only user created documents in a view you need to create a private view since using a shared view will not display the correct documents. It should work in shared views as well to avoid creating private views. (Especially when ...
over 1 year ago in Domino Designer / Views 1 Already Exists

GetDocumentByKey to include 'Variant' data type

When using GetDocumentByKey, on a two ordered columns: a String and a numeric value When getting a document using an array of Variant, where the first element is a String and the second a Long, AFTER the lookup - that correctly takes place - the n...
almost 2 years ago in Domino Designer / LotusScript 0 Needs Review

Dialog list field type - dropdown menus should allow multiple levels of selections

Dialog Lists, at least when choices are entered one per line, should allow multiple levels. Maybe they would be entered into the list using the backslash Item 1\selection A Item 1\selection B When a user views the list they would see Item 1 with a...
about 2 years ago in Domino Designer 3 Already Exists

Allow @Explode for a date range using variables

According to the Help, one can use @Explode( [05/01/96 - 05/02/96] ) to create a date range value. It's only possible with scalars apparently.Would it be possible to allow @Explode( StartDate:EndDate ), where both StartDate and EndDate are date fi...
about 2 years ago in Domino Designer / @Formulas 3 Needs Clarification

@command([Editdocument]) and uidoc.editmode = true don't work when opening a document from a DQL view.

Both ways to edit a document after opening it from a DQL view don't work. Also Automatically enable edit mode of the form does not work. I did find a workaround though! When you add the code below to the queryopen script of your document it will p...
about 2 years ago in Domino Designer / Views 1 Needs Clarification

ValueLength vs. Len and LenB function provides inconsistent results

Add LotusScript Length function which returns the length of a string in bytes the same as ValueLength property of NotesItem, if we save this string in the NotesItem. Now we have Len and LenB functions that works incorrectly. LenB returns 2 bytes f...
about 2 years ago in Domino Designer / LotusScript 0 Under Consideration

make with size of "Listfield" fit to windows

Make the field "listfield" the 'with' additional "fit to window" Same as Textfield.
over 2 years ago in Domino Designer 0 Needs Review