I have a form where the user can select multiple products. I have created config docs for each product with product name and cost and a one to many association.
Users should be able to select multiple products and be able to override the cost for each. The edited value should only be saved on the new form, not the product config doc.
I'd also like to display the overridden cost next to each applicable product on the form.
Does anyone have any suggestions on how to accomplish this?