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 1346 of 8716

IsPrivate property and checkbox for fields

Fields marked as such won't have visible content in the infobox
almost 7 years ago in Domino Designer 0 Under Consideration

Better Date/Time Control Display

Hide the time button in Read mode
almost 7 years ago in Domino Designer 0 Under Consideration

Give a flag for agents that keeps the selection afterwards

We've all done it You pick a handful of documents in a view, run an agent against them, and then grrrrrr - they aren't selected any more and you have to remember which ones you'd picked Give an option (off by default) in the agent infobox that s...
almost 7 years ago in Domino Designer 1 Under Consideration

@function or command 'ComputeWithForm'

A function or command in function language that does exactly the same as the Lotusscript/java ComputeWithForm method @Command([ViewRefreshFields]) only works in a document in edit mode in the UI I want an @command to work from a view
almost 7 years ago in Domino Designer / XPages 0 Under Consideration

Rest API XPAGES secure

I want to have an API that goes to a view and retrieves some data, but I don't want that user to access the database via the web. This is not possible because to create a REST API from XPages, you have to grant permissions to the database where yo...
over 1 year ago in Domino Designer / XPages 2 Already Exists

Create method for select a folder on the server (component "Browser by server data directory")

I'm, as programmer, want to have a method in class "NotesUIWorkspace" to show browser by server data directory. Such a window already exists in dialog "Archive settings -> Archive Criteria" for server side archive config For example, it will be...
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

@businessdays seems to be broken (tested in V12)

It looks like @businessdays is not working as expected (anymore?). It shows number of days between to values (also very handy :-), however not business days. _d := @adjust(@today;0;0;-7;0;0;0); @BusinessDays(_d;@Today) This wil result in 8 where I...
over 1 year ago in Domino Designer / @Formulas 4 Under Consideration

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

"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 @...
over 4 years ago in Domino Designer / @Formulas 1 Needs Clarification

Enable registerNewUser to detect mailfile replica creation failure

When registerNewUser of Java's Registration class is used to register a new user, if a server other than the home server is specified in the MailReplicaServers property, a mail file replica is created on that server. Even if the mail file replica ...
over 1 year ago in Domino Designer / Java 1 Needs Review