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 on products and upcoming events around #dominoforever, please visit: HCL Domino Page


Status Needs Review
Workspace Leap
Created by Guest
Created on Jun 15, 2026

Domino Leap should not tigger design review using load commands at every start

Currently Domino Leap invokes the design task at startup of the HTTP task every time it starts for each of the databases separately.

This breaks the new design task logging because multiple log files are created at the same second for 3 different databases.

INHO in general using a load command isn't the right approach for HCL own application.
Design refresh is an exposed API call and can be performed by the task itself.

STATUS LNPUBLIC DesignRefresh(
char *Server,
DBHANDLE hDB,
DWORD dwFlags,
ABORTCHECKPROC AbortCheck,
OSSIGMSGPROC MessageProc);

In addition the application could check the template version and only invoke design refresh when the template version changes.

This would avoid calling the design refresh code on every HTTP task start.


  • Attach files