Service Connect Cycling Correctly.... but not

Hello,

I have created a SC workflow that creates shipment header/line records. Document tracking shows that it cycles without error, and when I look in the Activity Progress, I see that it is cycling correctly. When I open up the shipment however, I see that it is not cycling correctly; only some of the lines are created, not all.

So Document tracking would show it’s adding 4 lines: Iteration #1, 2, 3, 4. It shows it looping through and calling all the references it needs without error. When I open up the shipment, I see only line 1 and 2 were created… I feel I’m missing something small, and my hope is someone out there has hit this before and knows a fix.

Happy Tuesday!

Nevermind, my business logic got me. The shipment lines that did not show had a ShipQty greater than the OrderQty, so one of the BO’s dumped these records. Oy! :roll_eyes: