Adding a data element
If there is a requirement to capture a new data element, such as the association place, in addition to the relationship and the time period of the association, then complete the following steps.
Add a property to the PegaPS-Data-Association class, for example, Place.
Add a property to the PegaPS-Data-Link class, for example, Place.
Add a column to the database table that is mapped to the PegaPS-Data-Link class.
Add a mapping to the property in FetchAssociationListDetails.
Add the new property to the AssociationList (PegaPS-Data-Association) section.
Add the new property to the SaveAllAssociaties (PegaPS-Work-Manage-Associate) activity and SaveLink (PegaPS) activity.
Previous topic Association validations Next topic Adding an entity type