Order Units on Pack Sizes
Hi,
We are upgrading one of our customers from 6.5.13 to Version 7. One of the features required to be ported across is their ability to overwrite the pack order size populated by JIWA in the Qty field, if a product has Order Units in the Supply tab. Eg, If you have 576 order units on a part, when raising a new order, 576 is shown on the purchase order, you then enter eg. 590, then it will update the Qty to 1,152, which is correct. We require this field to be overwritten, if it is required to order an odd lot. This was achieved by a breakout written in the PurchaseOrderOrderLineChangedEvent as below:
PurchaseOrderObject.OrderLines(LineKey).OrderUnits = 1
End Sub
Screen Shot attached.
Have you created a Plugin for this behaviour as yet and if not can we have one please?
Thanks and Regards.
Sunny
We are upgrading one of our customers from 6.5.13 to Version 7. One of the features required to be ported across is their ability to overwrite the pack order size populated by JIWA in the Qty field, if a product has Order Units in the Supply tab. Eg, If you have 576 order units on a part, when raising a new order, 576 is shown on the purchase order, you then enter eg. 590, then it will update the Qty to 1,152, which is correct. We require this field to be overwritten, if it is required to order an odd lot. This was achieved by a breakout written in the PurchaseOrderOrderLineChangedEvent as below:
PurchaseOrderObject.OrderLines(LineKey).OrderUnits = 1
End Sub
Screen Shot attached.
Have you created a Plugin for this behaviour as yet and if not can we have one please?
Thanks and Regards.
Sunny