By using this website, you agree to our Terms of Use (click here)
I have a GI that runs to find orders on backorder status that have a quantity available to satisfy the order. The goal is to reopen that order to an "open" status.
The GI shows all I want it to. The business event is based on a schedule and the schedule is running. I tried to add a trigger where Status = Back Order (before I left it blank - didn't
think schedule needed that). It runs the import scenario. It just doesn't open the orders on the GI.
Business Event:
Import Scenario
History: I can see it's trying to reopen some order and errors because it says it's not available so it's definitely doing something.
Somebody's just whispered in my ear that your issue may be caused by having multiple lines on the same SO being processed. Try changing the Raise Event to “For Group of Records” and set Group Records By to SOOrder.OrderNbr.
Yes, type usually has to be specified along with the ref#. Glad you got it!