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 362

LotusScript NotesRegistration class ( new property NoteId )

When registering a new user using the RegisterNewUser method from NotesRegistration the NoteID / UNID of the created person record in names.nsf is not returned by the method. Having access to the NoteId / UNID would be extremely useful when prog...
over 4 years ago in Domino Designer / LotusScript 1 Assessment

Encoding directories on Mac client

Using the dir$ statement on a Mac, characters are being encoded in a certain type of UTF-16. Using this encoded string does not work for Open statement. LotusScript should use encoding/decoding consistently
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

Add methods canRead, canEdit, canRemove

I'm, as a developer, want to have 3 methods in class NotesDocument. This are: Function canRead( [in_name as NotesName] ) as Boolean Function canEdit( [in_name as NotesName] ) as Boolean Function canRemove( [in_name as NotesName] ) as Boolean...
over 4 years ago in Domino Designer / LotusScript 1 Under Consideration

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

Add a new LotusScript class to manage search results in the client UI

A new class for displaying the document collection returned by a search in the Notes UI would make it easier for developers to display data to users. Just like there is a Notes UI document class and a Notes UI view class, a Notes UI search class w...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

I want to use GPS with my Notes client.

I am developing an application for use with HCL Nomad using the NotesGPS class. I have a GPS receiver connected to my laptop via USB, but when I run the code on a Windows Notes client, the NotesSession.CreateGPS method returns code: 4508. Debugg...
over 4 years ago in Domino Designer / LotusScript 3 No Plans to Implement

Capture if User clicked Ascending or Descending on a Column in a View

My idea is as follows: 1. User chooses to sort either Ascending or Descending on a column set to sort "Both" by design from the UI View. 2. User opens a document from that view. 3. User edits and saves the document. Script closes UI document, g...
over 4 years ago in Domino Designer / LotusScript 0 Under Consideration

NotesHttpRequest support for self signed certificates

When using the NotesHtppRequest to call a web service running with self signed certificates the client aborts with an SSL Certificate error. When adding the parameter DEBUG_NotesHttpRequest=1 the log file shows the message: "SSL certificate p...
over 4 years ago in Domino Designer / LotusScript 5 Assessment

Add methods hasDocumentByUNID and removeDocumentByUNID

I'd like to have 2 methods in class NotesDatabase Function hasDocumentByUNID( unid as String ) as Boolean Sub removeDocumentByUNID( unid as String ) It will help developers write more clear code
over 4 years ago in Domino Designer / LotusScript 3 No Plans to Implement

Input and output date and time values ​​in ISO8601-compliant format

If you use the LotusScript NotesDominoQuery class to set the date and time in a DQL query, you must type an ISO8601-compliant format. @dt(‘2021-01-01T00:00:00.00+0900’) The date and time that we usually see in the document properties and...
over 4 years ago in Domino Designer / LotusScript 1 Under Consideration