Create an array of transactions on the policy period

Before you begin

Create the transaction entity

About this task

Add the transactions as an array on the policy period entity. In the default implementation, an extension to the policy period entity already contains arrays to transactions for existing lines.

Procedure

  1. Use Studio to navigate to configuration > config > extensions > entity and open PolicyPeriod.etx.
  2. Add an array of the new transaction entity to this extension. For Golf Cart, add GOTransaction with the following properties:

    Property

    Value

    name

    GOTransactions

    arrayentity

    GOTransaction

    owner

    true

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