Attributes on MMT (mtl_material_transactions)
Hi,
I have requirement like;
1. Lot move from Raw material from Org A to Org B - i.e. Direct Org Transfer. (say mmt.transaction_id=100)
2. In Org B, I want to store some Attribute (Item's Temperature) on MMT transaction (on mmt.transaction_id=100)
3. In Org B, When user do 'WIP Issue' (consume in batches) - it will generate one more transaction in MMT (say mmt.transaction_id=200) => I want move same attributes (Item's Temperature) of mmt.transaction_id=100 to mmt.transaction_id=200 to track mmt attributes (Item's Temperature) to various level
Note: attributes are different for same Item and Lot combination. If Attribute is same for same lot then i would have used Mtl_lot_numbers's lot attribute.