HI All,
I've a custom order splitting strategy not working after including 'yacceleratorordermanagetment' in localextensions.xml. Before including yacceleratorordermanagement it was working okay.
Splitting strategies are provided in *fulfilmentprocess extension we get after running 'ant modulegen'. Based on which I wrote custom strategy there.
Since consignment actions logic are provided in yacceleratorordermanagement extension it should be included.
Any idea how to solve this issue?
Order should get split and consignment actions (Confirm Ship n etc.) should work.
I am not sure about your customization, but can you confirm if you are able to trigger the order process. The SourceOrderAction in the OOB implementation updates the order status to Ready if the sourcing is successful, else it updates the order status to Suspended. In both cases the order process moves to wait state.
here you go. The order with the versionID is just a snapshot. The order whose versionId is null, is the order for which you need to confirm the consignments and hence forth. To avoid getting the snapshot order in your backoffice, you can implement a search restriction for your backoffice user as mentioned in this thread https://answers.sap.com/questions/12759274/cancelling-through-cs-cockpit-creating-2-order-rec.html
@Vickey , we are also facing the same issue in version1808. if you find the solution can you please explain.
Add a comment