Related Content Event Mapping - Allow "Substitute" option under Processing Sequence
If you like this suggestion, please vote up for the idea here: https://community.oracle.com/ideas/23061
------------------------------------------------------------------------------------
Currently, we can inject a custom application class before (Pre Process) or after (Post Process) the delivered code for the event is executed.
It will be nice to have a third option "Substitute" or "Replace". If implemented, the Processing Sequence drop down field will have three options.
1. Pre Process
2. Substitute
3. Post Process
This "Substitute" option will suppress the execution of the original code attached to the event and instead execute the custom code defined in the Related Content Service.
This will make it easier to do customization where a change in the delivered code is needed and it is not practical to do it with custom code before or after the execution of the delivered code.