Adding an entity type
The Manage associations case supports all four existing entity types: Person, Business, Facility, and Vehicle. If there is a requirement to include a new entity type (for example, Land) that was created in an application, then complete the following steps.
In the Option map (PegaPS-Data-Config-OptionMap) data type, in the field FromAssocType, add a new entry for Land.
In the Option map (PegaPS-Data-Config-OptionMap) data type, for the new field value LandAssocType, add entries for Person, Business, Facility, and Vehicle.
Update the D_EntityList data page to add logic for Land.
Update the PreFromAssociateSearch (PegaPS-Work) data transform to add logic for the new entity type.
Create a FromAssociateSearch section for the new entity to add search criteria and results.
Update the PreAddAllassociates and ResetAddAssociate data transforms to add logic for Land.
Update the AddAllAssociates section to include the AssociateLand section and visibility condition.
Create a data transform for initializing a new Land page, which is referenced when you create new Land when adding it as an associate.
Update the ValidateAssociations validation rule to add logic for Land.
Update the PostAddAllAssociates activity to add logic for Land.
Update the CheckduplicateAssociation activity to add logic for Land.
Update the SaveAllAssociates activity to add logic for Land.
Previous topic Adding a data element Next topic Adding relationships