Adding Volume details to Inventory item
I would like to add length, width, height and weight to an inventory item at PO receival time. I have added these custom fields to Inventory Items but cannot figure out how to enter this data at PO receival time. I have added the same fields to PO Item detail but need to know how to copy that data to the inventory item. I am open to a better way to do this if anybody has any suggestions.
Write a UE script against Item Receipt and trigger after submit. Once you received IR, then loop through all items and update on items fields.
Or you could mass update using Map/Reduce script by using Saved search after you receive PO receipts using some sort of checkmark on line level on PO says updated Item record.