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 1279

Make new Lotus Script Class for secure URL parameter handling against XSS attacks

Make a new Lotus Script class for better handling with web URLs containing the following functions: 1.) GetQueryParameter Returns an URL Parameter of an URL in a clean/secured form regarding XSS attacks. Example usage: strValue = NewNotesClass...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Allow resources from other databases

If you want to use the same code / resource in multiple databases (which do not inherit from the same template), you have to copy-paste the resource to all these databases. This makes it hard to maintain the resources. With resources, I mean files...
about 6 years ago in Domino Designer 6 No Plans to Implement

Improve syntax-error reporting in LotusScript compilation

When compiling LotusScript in notes (either via Designer's Recompile All LotusScript or in C via NSFNoteLSCompile), it's very easy to run into a situation where the compiler reports just "Syntax Error", with no indication as to the source of the t...
over 2 years ago in Domino Designer / LotusScript 1 Under Consideration

add @formula to work with categories

It would be very helpful, if we can work with categories in a view. For excample: customize the category colour, some additional values and so on. And it would be very nice, if we can get the category item to work with, like @GetColumnCategories(...
over 4 years ago in Domino Designer / Views 0 Assessment

LotusScript Date time Object: New NotesDateTime ("2017-3-7") - is this in March or July?

What date is  to be expected from "New NotesDateTime ("2017-3-7")" ? According to ISO 8601 (valid in the U.S. too) this  would mean 2017  - March - 7th. However, in my German Notes (both, 901 and 10), the result is different (A...
about 5 years ago in Domino Designer / LotusScript 0 Under Consideration

RenderToRTItem should render all subforms used in a form

Currently, the RenderToRTItem method in NotesDocument class does not render subforms if the first line is hidden by a HideWhen formula. This is an unexpected behaviour.
over 3 years ago in Domino Designer / LotusScript 0 Under Consideration

DQL: improvements on named variable handling and on documentation

Playing around with DQL, and especially with NamedVariables. The NotesDominoQuery class at the moment has 2 methods dealing with named variables: DQL.setNamedVariable("name", "value") DQL.resetNamedVariables() The more I try to use that concept th...
over 2 years ago in Domino Designer / LotusScript 3 Needs Review

Ability to view agent profile results without the necessity to open the application in design

if you enable Profile for an agent and you want to show the profile results you have to open the database in design mode. this is not always so possible in Production environment with highly restricted access. the profile results should be accessi...
almost 2 years ago in Domino Designer / Debugger 1 Under Consideration

Missing documentation for NotesDominoQuery class

Currently working my way through DQL and QRP topics. Tried to get a catch on NamedResults and was wondering for a couple of days why I couldn't get it to work: I'm working on a simple query like Set nQuery = myDb.CreateDominoQuery() sQuery = "task...
over 2 years ago in Domino Designer / LotusScript 1 Needs Review

Add a keyword to @DbLookup to continue past non-matching keys

If you call @DbLookup with a list of keys, the lookup will stop after the first non-matching key. I would like it to keep going and process the rest of the keys in the list. For example, say you want the entries for the months February, March, Aug...
almost 4 years ago in Domino Designer / @Formulas 1 Under Consideration