A developer has the following requirements:
· Calculate the total amount on an Order.
· Calculate the line amount for each Line Item based on quantity selected and price. · Move Line Items to a different Order if a Line Item is not in stock.
Which relationship implementation supports these requirements on its own7
- Line Item has a re-parentable master-detail field to Order.
- Order has a re-parentable master-detail field to Line Item.
- Line Item has a re-parentable lookup field to Order.
- Order has a re-parentable lookup field to Line Item.
Reveal Solution Next Question