Adding one Object to another.

0
So, i have got an object called Order, in which i want to store a Product object. i have the correct association, but how do i store a product into an order? thanks in advance
asked
1 answers
0

I assume you have a many to many relationship between order and products. In the order view place a input reference set selector and generate the select pages. This way you can add products to the order.

Regards,

Ronald

answered