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

My ideas: LotusScript

Showing 20
156 VOTE

Ability to use LotusScript to use / operate FullText Search in the Notes Client.

Can be simple: NotesUIView.FTSearch ("my search string" , maxDocs).. to complex : new NotesUIFTSearch which would be a new object allowing to operate all FT options available in the UI (search by form, how results are sorted,...) Why? Users ar...
over 5 years ago in Domino Designer / LotusScript 5 Shipped
110 VOTE

Sort DocumentCollection in LotusScript

From Ulf Grindstadt We need the ability to sort Document collections, like NotesDocumentCollection.Sort(FieldNameArray)
over 5 years ago in Domino Designer / LotusScript 17 Shipped

Add proxy support to (Notes)HTTPRequest class

By now, you can instantiate a new NotesHttpRequest by defining Dim httpReq As NotesHTTPRequest This works as long as the company security policy does not expects that the connection has to be done using a Proxy. I would like to see an enhance...
over 4 years ago in Domino Designer / LotusScript 1 Shipped

Queryresultsprocessor - Copy output style from existing view

To make Queryresultsprocessor even more powerful I think it would be helpful if there would be an additional method which copies the columns including formatting and all settings and formulas from an existing view in the database. This would save ...
over 1 year ago in Domino Designer / LotusScript 0 Shipped

HTTPRequest with authenticated proxy support

Notes/Domino 10 already supports proxy connections.See AH idea DDXP-I-341 - HTTPRequest in proxy environment for details. Today most customers have the requirement for authenticated proxy connections. The Notes client does support proxy connectio...
about 4 years ago in Domino Designer / LotusScript 2 Shipped

Add native LS classes for HTTP client communication and processing HTTP posts with attachments

Add LotusScript classes with a bunch of HTTP functions like in the "Apache Commons" libraries. - Make HTTP requests to send and receive data - Set and read header variables - Process HTTP forms posted to the Domino Server, containing HTTP uploa...
over 5 years ago in Domino Designer / LotusScript 2 Shipped

Lotus Scipt Editor: Right Click to turn Selected lines of code into comments

I Would like to be able to select a bunch of lines of code in Lotus Script and -via right click menu- Turn them into comments all at the same time. (So every single of this lines would start with ' now) Additionally: - If a line of code is...
over 4 years ago in Domino Designer / LotusScript 3 Shipped

Profile document collection is limited to approx 6k documents, need to increase the limit

https://support.hcltechsw.com/csm?id=kb_article&sysparm_article=KB0037319 Profile document collection is limited to approximately 6k documents, need to increase the limit as more applications are using profile documents to process their operat...
about 3 years ago in Domino Designer / LotusScript 1 Shipped

HTTPRequest in proxy environment

I can connect to IBM Cloud via Internet Explorer in Proxy, but even if I use HTTPRequest from Notes / Domino application I can not connect because I do not go through Proxy. Can you set up Proxy via HTTPRequest option and make it possible to go th...
about 5 years ago in Domino Designer / LotusScript 3 Shipped

Central script library should be accessible to other databases.

Currently we have to copy the script library from one database to other database if we want to use it in this database. So we have to copy paste code if code is improved in one database. Think if we are using this library in 50 databases, we have ...
about 5 years ago in Domino Designer / LotusScript 6 Shipped