Does anyone know of a way to bulk edit the "Ignore" flag for module blocks in class-based modules?
The only exposed parameter in the "create format file" wizard is ".MNAME" as follows: MODULE_BLOCK_BINDING.MNAME.
This parameter will contain a module name when assigned, but if it does not contain a module name it may be unbound or ignored.
Here is what the two states look like in Explorer. Notice that when you select "Ignore", it shows "<IGNORED>" in the the bound module name field, though I can't seem to access that info.
Inside the FHX this is what the empty module block looks like in the two states (unbound versus ignored) MODULE_BLOCK_RESOLUTION NAME="BLOCK10" { MODULE="" IGNORE=T } MODULE_BLOCK_RESOLUTION NAME="BLOCK11" { MODULE="" IGNORE=F }
I tried various manual format file edits to no avail.
I selected the IGNORE flag for the module blocks in my template, but when I bulk build a module using the template, leaving MNAME blank in the import file, the import succeeds but all of the blanks change from <ignored> to <unbound>.
So long story short: does anyone know of a way to bulk build (or bulk edit) modules that contain module blocks in such a way that they come out the other end with the "Ignore" option selected? Note: I am using shared ownership as opposed to private in this case and my module template is class-based.
Thank you for any ideas, knowledge, or suggestions that you can share.Thanks in advance!
P.S. I think it is greate that @ Andre D. and Matt S. are built in Tags in this forum haha.
In reply to gamella: