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 1230

"Input enabled" not always working

In (at least) V11.01 FP2, when using a @formula in the input enabled section of (at least) checkbox, radio button or listbox field, it is not working. When using a simple formula like @if(@getfield("IsAdmin")="1";@True;@False), it looks like the @...
almost 3 years ago in Domino Designer / @Formulas 0 Needs Review

Limitation of notesUIDatabase.Close() method.

Close() method does not work on Post Open event of database script if default launch Frameset contains more than 1 level of hierarchy for Named element mentioned inside launch Frameset. For example : default launch frameset (e.g. FramesetA) contai...
almost 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Require minimum access level to open database in client

Setting this option e.g. to Designer, I could prevent that a "normal" user can open a database in Notes Client. This is a big feature when an application is migrated to web and I want to prevent a user using Notes access. So I can assure that a us...
almost 4 years ago in Domino Designer / Views 1 Under Consideration

Request to extend the limitation of action name's length

Action name has the 128 byte limitation and the following message is displayed when it's over. "The action's composite name is too long. (An action's composite name includes the names of its parent actions.)" When we use DBCS characters for ...
almost 3 years ago in Domino Designer 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

Add a final newline when compressing js files

We have several 3rd party products in js in our XPages application. These js files do not end the last line of code with newline. Consequently, when Use runtime optimized JavaScript is selected, the first line of file b.js is attached directly to ...
about 3 years ago in Domino Designer / XPages 1 Under Consideration

Programmatically Refresh a UI View opened by User A when a document is create by user B fron another view

Context: Using Notes client, User A have opend a view "MyView" who contains Document using Form "MyForm". User B Open another view and modify a document which is available in both view. We need the first view opened by User A to refresh / reflect ...
about 4 years ago in Domino Designer / LotusScript 0 Under Consideration

@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

I want the PHONETIC function

I want a phonetic phrase of characters typed in kanji. ex) KANJINAME:「能津 土美雄」 @Formulas>@Phonetic(KANJINAME,16) 'return のおつ どみお@Phonetic(KANJINAME,32) 'return ノオツ ドミオ Lotus Script>Phonetic(doc.KANJINAME(0),16) 'return のおつ どみおPhonetic(...
about 5 years ago in Domino Designer 1 No Plans to Implement