I added two field to the Purchase Order Line (PurchLine) table.
I want this field to be automatically populated from the material master (InventTable) when creating a new purchase order line via the `initFromInventTable()` method.
I tried extending/overriding the `initFromInventTable(InventTable _inventTable)` method on `PurchLine`, but the custom field does not get populated. (This appears to be related to the [Hookable()] attribute)
What is the correct way? Any code examples would be greatly appreciated.
Thanks!