Hello,
We need to have "initiate WF" function also available for Compound Documents (and available in smart UI) but the core 16.2.4 delivers this only for document (144). So, we decided to create a patch and override few features/scripts to include also CD subtype.
When testing, I initally changed core code and after restart, got all I wanted to work. But when I move all these overrides to patch and apply it to system, after service startup only some overrides are loaded. I think that there are some features that are actually loaded before patch, during service startup. Don't know the details, but something could be registered and then not overwritten with patch. At the same time when I view the patched objects in eclipse, they have overriden values, but that is not reflecting in functionality.
Is there a way to identify which features might be initially loaded and not overriden by patch?
And is there a way to write a patch that could actually catch this situation and force the server to load changes from patch?
Thanks,
Ugis