...

Expand
titleOn-demand loading of form listeners is at workspace-level, can it be done at form-loading level?

Yes. Define filesets in the ondemandjsfile.xml grouping the JS files needed. Use ctcanvas.core.downloadManager object's requireScripts API to fetch this fileset before loading the form.

...