Hopefully this is a quick question...
How can you set a custom form's FormTypeEx value through the screen painter?
Is it valid to set it directly in the xml? ie:
<form appformnumber="-1" FormType="-1" FormTypeEx="namespace_formname" ... >
(I'm looking to load the form's xml and add that form to any existing event filters..)