Packing Slip won't print all lines! (Customer Shipment Entry)

So the question is how do I set OrderLine_KitParentLine field to be equal to line numbers?

I did a test and set them to OrderLine_KitParentLine = OrderLine and did a print on browser and it shows all lines. How can I make Epicor generate the correct OrderLine_KitParentLine numbers?

If you go into the order, Re-open it (and the lines and releases), then go to line 3, and see if anything shows Lines -> Kit Detail

Also, there are several OrderDtlFields that have to do with Sales Kit lines (or their components). Look at them in the SSMS.

Kit Detail is blank! I think someone has messed up with this order early on…

You could open a support ticket with Epicor. Maybe they can give you a hotfix to tweak those lines.

If you just need to print the packer out, maybe tweak the RDL’s query expression to force the Kit related fields. Something like:

..., null AS 'OrderLine_KitFlag', T2.OrderLine AS 'OrderLine_KitParentLine', ....

Yeah that’s what I did! Thanks a lot for your hints and help!! You’ve been extremely useful!
Have a great evening!

And not to pat myself on the back too hard… but what was the first reply in this topic?

Oh yeah …

image

:wink:

We do not use saleskits, so no.