restrict putaway based on a particular attribute
Summary:
In Ecommerce world, we have same SKU being catered by multiple Vendors. So Vendor code is tracked in one of the attribute along with other attribute fields.
Now we need a solution where we can restrict putaway based on one Attribute value i:e Vendor ( for Example)
Dataset :
Item code | Attr A ( Inventory ID) | Attr B (Vendor Code) | Attr C ( Document) |
---|---|---|---|
SKU1001 | DP1001 | A126 | ASN1001 |
SKU1001 | DP1002 | B222 | ASN1002 |
When we invoke system directed Putaway, system should not suggest Location for the both the Line Items as the Vendor code is different.
As per the Location Master "Restrict Inventory Attribute Flag " is there but how do we restrict for a Particular Attribute field?