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

LotusScript

Showing 379

Download files using NotesHttpRequest class

Currently we are not able to download the files, images (binary files) or files which are encoded with Base64 when we use the NotesHTTPRequest, or NotesJson clasess.It will be very helpful if we have any methods for file handling using lotus scrip...
over 4 years ago in Domino Designer / LotusScript 4 Assessment

Identify which replica a document was created in

If there a database has multiple replicas, it is impractical to compare the @created and the @addedinthisfile timestamps to determine if a document was created in a specific replica. Is it possible to either a) add a lotusscript method to notesdoc...
3 months ago in Domino Designer / LotusScript 4 No Plans to Implement

add last run time and assigned server to agents view in designer

can quicky see hat agents are running and what server they are on
10 months ago in Domino Designer / LotusScript 0 Needs Review

Desktop.dsk api

an api to read databases on each tab in desktop.dsk and add a database on a certain tab. And create a tab These three api calls would be really good to have.
9 months ago in Domino Designer / LotusScript 0 Needs Review

Support the automatically created LS SUB by using given LS templates

Hi there, in the designer if you create a new Design element the LS SUBs for i.e. Initialize and Terminate do not(!) make use of the SUB template defined in the Designer Code & comment templates Please support those template also for automtica...
3 months ago in Domino Designer / LotusScript 0 Needs Review

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

Improve/Enhance XPages and Lotusscript Editor

Please Improve/Enhance XPages and Lotusscript Editor like a Notepad ++ eg. format source code, compare and hightlight source code, line of code, performance improve.
over 1 year ago in Domino Designer / LotusScript 1 Needs Clarification

Ability to set currency symbol at database level with LotusScript

Would like the ability to set form field and column currency settings globally at database level programmatically via LotusScript (and/or @formula). This will useful where you have databases being accessed by the same user, but where they need dif...
4 months ago in Domino Designer / LotusScript 2 Needs Review

LotusScript : Please open undocumented LS methods/functions.

http://opendom.blogspot.com/2006/11/undocumented-dom-lotusscript-inventory.html
over 5 years ago in Domino Designer / LotusScript 0 Under Consideration

Get only highlighted text from the Body of the document using LotusScript?

can we get only below yellow highlighted text from the Body of the document? Tried notesRichTextItem . GetFormattedText and notesRichTextItem .UnFormattedText but not useful. Its taking entire text of the body with and without spaces/tabs but not ...
7 months ago in Domino Designer / LotusScript 0 Needs Review