Create an array of costs on the line

Procedure

  1. Use Studio to open the policy line entity, and add an array to access the costs.
    For Golf Cart, navigate to configuration > config > extensions > entity and open GolfCartLine.eti.
  2. Add an array to the line and specify the following properties:

    Property

    Value

    name

    GOCosts

    arrayentity

    GOCost

    cascadeDelete

    true

  3. At this point, you can verify your work. For instructions, see Verify your work.