Create the transaction entity
Procedure
-
Create the GOTransaction entity by using
the Studio Projects window to navigate
to
.
Then right-click Entity node and select
.
In the Entity dialog box, enter
the following properties:
Property
Value
Entity
GOTransaction
Entity Type
entity
Desc
A transaction for the Golf Cart line
Table
gotransaction
Extendable
true
Exportable
true
-
After you add the GOTransaction entity, add the
following parameters to the entity to make it effective-dated off the
policy period:
Property
Value
typeeffdated
effDatedBranchTypePolicyPeriod
-
Add a
foreignkeyelement to the abstract cost entity. The abstract cost entity for Golf Cart isGOCost. Set the foreign key properties as follows:Property
Value
nameGOCost
fkentityGOCost
descThe cost this transaction modifies
nonEffDatedtrue
nullokfalse
-
On the cost entity, add an
arrayelement to the transaction entity. For Golf Cart, create an array onGOCosttoGOTransactionwith the following properties:Property
Value
nameTransactions
arrayentityGOTransaction
cascadeDeletetrue
