This document provides a description of the ability to customize the behavior of EDI module by injecting groovy code at various trigger points in edi message post. This feature makes Edi posting more flexible by allowing user to introduce custom code. Problem with existing system is adding customer specific requirement to system. These situations always leads to big discussion on how it affects other customers. Most of the time we come up with idea of adding new Edi Session settings.
A new Code Extension Type "EDI_POST_INTERCEPTOR" created by following framework's Code Extension developer guideline.