Master & child records in one frame
Hi,
This is regarding the master detail records. I have products collection, it has product name and other attributes. say I have product p1, p1 would be offered in different colors and each color is priced differently. i.e say p1 has three child records, p1blue - $1, p1black-$2, p1pnk- $3. Child records live in productItems collection with custom foreign key with products. Now in the screen I would like to display product name and couple other attributes and I wanna display a check box for related product items to pick one. Is there way to achieve this other than custom java script?..Thanks in advance