An application for the U+ Vehicle Insurance company generates insurance quotes for vehicles specified by the customer. There can be various types of vehicles processed by the application, such as cars, motorcycles, trucks, and so on. The business specifications can also differ for each vehicle type in the quote process.
Which one of the following possibilities is the best data model design for the quote case type?
For modeling different types of vehicles in an insurance quote application:
Separate Data Types:
Create a distinct data type for each vehicle type (e.g., Car, Motorcycle, Truck). This allows for specific properties and business logic for each vehicle type.
Single Vehicle Page List:
Maintain a single page list property in the quote case type to hold vehicle details.
At runtime, dynamically identify the page class for each entry in the list based on the type of vehicle being processed. This approach allows for flexibility and maintainability.
Pega Data Modeling Best Practices
Pega Case Management Guide
Roselle
1 days agoMalcolm
2 days agoHester
6 days agoWalton
7 days agoJoaquin
7 days agoCassi
12 days ago