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

Status Needs Review
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Feb 26, 2026

Build All also shows if code referencing other code needs a recompile

While the idea https://domino-ideas.hcltechsw.com/ideas/DDXP-I-763 describes automatic recompilation, this idea describes notifying the developer. Currently there is no indication in the Problems tab.

If code referencing other code needs a recompile due to changes in the referenced code, I would LOVE the Problems tab listing the code needing a recompile, so that the Runtime error 'Cannot find external name' can be prevented by recompiling the problem code.

The option to do a recompile exists, but that prevents the developer seeing where the referring code is located, and possibly taking more action than a simple recompile.

  • Attach files
  • Guest
    Feb 26, 2026

    I absolutely support this. A "recompile all" needs a significant amount of time in databases with lots of design elements and it adds a new timestamp to every single design element hiding the information about what REALLY has been changed. In addition after a "recompile all" a design update will update every single item. If you use a custom mail template that would mean that you have to update every single design element for every single user database just because you fixed one little typo in one script library that happens to be used in other libraries and makes them fail with "cannot find external name" error