Skip to Content
Menu
This question has been flagged

This is more of a functional qus.
Consider the scenario

 - Multi-step route is configured(pick and deliver)
 - A huge order is delivered with back-orders, let's say in 3 partial deliveries
 - Now, the sale has 6 entries (3 for pick and 3 for WH/OUT)

Is there a way to identify which pick is related to which out-delivery ? If yes, what is the relational field ?

Thanks.

Avatar
Discard
Best Answer

Hi Nirmalraj,

In stock.picking(Inventory Transfer) there is one field called backorder_id , which relates to the original picking

Hope this will help you

Thank you

Avatar
Discard
Author

Hi, Thanks for the input.
But I checked that backorder_id field, it is not pointing to pick.. It is related to the previous WH/OUT from which the current WH/OUT is created as back_order

In following case:
WH/OUT/001
WH/PICK/001
WH/OUT/002
WH/PICK/002

backorder_id of WH/OUT/002 points to WH/OUT/001
backorder_id of WH/PICK/002 points to WH/PICK/001

I need to find the connection somehow between OUT and it's PICK :/

Best Answer


There isn’t a 1 to 1 relation between pick and out operations 

They are independent operations for an order you could have picked multiple times and shipped once or picked once and shipped multiple times

Avatar
Discard
Related Posts Replies Views Activity
2
Aug 23
3133
1
Aug 24
669
1
Aug 22
2651
1
Mar 25
398
2
May 19
2615