Adding filter to ERPToLSP data flow
Due to the current update in MG 2024.06, documents with lower variation IDs than what is currently in place are now being blocked by the framework and not passing it throughLSP.
This change particularly affects the shredding of ReceivableTransaction and PayableTransaction BODs, wherein if COR INBOX receives first the BOD with Replace action code and higher variation ID, the BOD with Add action code having lower variation ID will not be consumed anymore by LSP.
Because we do not have control over the sequence of the BODs from ION to COR INBOX and we do not accept Replace action code for both BODs, we recommend implementing a filter in the ERPtoLSP data flow to prevent BODs that are not required from penetrating the COR INBOX.