Extending the entity details form
The Add Business and Add Person cases capture various entity details, for example, name and address. To capture more details, for example, business purpose, extend the rules that the cases use.
In the Dev Studio Explorer panel, click App and perform any of the following actions:
- To extend the Business entity details, find the PegaPS-Data-Entity-Business class.
- To extend the Person entity details, find the PegaPS-Data-Entity-Person class.
- To extend the Facility entity details, find the PegaPS-Data-Entity-Facility class.
- To extend the Vehicle entity details, find the PegaPS-Data-Entity-Vehicle class.
- To extend the Household entity details, find the PegaPS-Data-Entity-Household class.
Right-click the class and create a property for the information that you want to capture, for example, BusinessPurpose.
For more information about creating properties, see Completing the Create, Save As, or Specialization form.
Perform any of the following actions:
- To extend the Business entity details, in the Application Explorer, find the PegaPS-Data-Entity-Business class and click .
- To extend the Person entity details, in the Application Explorer, find the PegaPS-Data-Entity-Person class and click .
- To extend the Facility entity details, in the Application Explorer, find the PegaPS-Data-Entity-Facility class and click .
- To extend the Vehicle entity details, in the Application Explorer, find the PegaPS-Data-Entity-Vehicle class and click .
- To extend the Household entity details, in the Application Explorer, find the PegaPS-Data-Entity-Vehicle class and click .
Add the new property to the section.
For more information, see Sections.
Previous topic Entities Next topic Editing the address types in the entity details form