I have a DXL script that gets data from an input source, and dynamically modifies the views of existing modules. I’ve figured out how to do this, but my current approach requires me to first open up the module, modify the view definitions, and then close the module.
When this is done in batch, it results in a bunch of windows opening up, hoarding the window focus on my computer. I want to do the same thing – modify these view definitions – but if possible, I’d like to avoid opening the module.
Is this possible? How can I modify view data without opening the module?
Long time DXL programmer and as far as I know this cannot be done. To modify a view you must open the module. Sorry, that is probably not the answer you were hoping for.