I have 3 tables - Gift Hamper, Products, BOM
Gift hamper - has list of gift hamper ids/names
Products - have list of products
In BOM we assign products & quantity to Gift Hamper (one gift hamper can have multiple products)
While linking a product in BOM, I would like to see some values from Product columns (eg stock available). I would like to do this in grid format & not add each row individually using form.
How do I do so?

