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 of 7960

Parameter for view.getDocumentBykey specifying the sort column of the view.

The View class getDocumentBykey searches within the first sort column of the view. For this reason, getDocumentBykey requires a separate view for each sort column. if one view has two sort columns, we want to specify the second sort column.
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Correct the DialogBox method error message when indicated form doesn't exits

When you use the "Dialogbox" method in Lotusscript, one of the required parameters is the Form that you want to use as Dialog. If this form does not exists in the aplication, the error message is something like "DialogBox cannot be used in this co...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

Get parameters in a notes: link

Given a notes-link, like notes://server/database/form?openform&somefield=1, could you make it possible to transfer parameters in the Query_String, in this case getting the value of somefield ? In other words, can you implement that a notes-lin...
over 1 year ago in Domino Designer / LotusScript 1 Needs Review

Rephrase 'Stop running agent on this date' option

In a scheduled agent with an interval of more than once a day, daily, weekly, and monthly you can define the date you want it to stop running in the 'Stop running agent on this date' option. Unfortunately, the label is unclear and confusing, beca...
over 1 year ago in Domino Designer / LotusScript 0 Assessment

Add HasElement to the NotesJSONNavigator class to test if an element exists

There is the GetElementByName method for a NotesJSONNavigator in LotusScript. A serious drawback is that it gives an error when trying to get an element that isn't there. Please supply HasElement (or just don't generate the error).
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Run local agents locally (not on server) which are not signed by the currently running entity

Problem with the agent starting locally. Error Message while executing the agent on the local machine instead of server. "AMgr: Agent '<agent name>' in '<database name>' does not have proper execution access, cannot be run." W...
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Format function does not return four-digit year if year number is in three digits.

Format("111/02/03", "YYYYMMDD") Format("0111/02/03", "YYYYMMDD") Format("0111-02-03", "YYYYMMDD") The three LotusScript results above are "1110203". The year was 3 digits. The requested result is "01110203", a four-digit number with leading...
over 1 year ago in Domino Designer / LotusScript 1 No Plans to Implement

SortOption in NotesQueryResultsProcessor does not work anymore

The method addColumn in der NotesQueryResultsProcessor can not understand his own (4th) parameter for SortOption. If you omit this parameter everything works fine. If you set this parameter to SORT_ASCENDING, SORT_DESCENDING or SORT_UNORDERED the ...
over 1 year ago in Domino Designer / LotusScript 0 Under Consideration

set default Option "No" for PROMPT in LotusScript

Make it availabe to set the default Value of NotesUIWorkspace.Prompt for YES/NO available. It is not possible to set the default value to "NO".
over 1 year ago in Domino Designer / LotusScript 0 Needs Review

Need a functionality to set the OS environment variable using LotusScript method.

Currently, unable to use the LotusScript method to set the Operating system Environment variable. The requirement is to add an Environment Variable in the Operating system using the LotusScript method.
over 1 year ago in Domino Designer / LotusScript 2 Needs Review