Insurance Policy data pages
The PegaIns-Data-InsurancePolicy class has two key data pages.
D_Policy is of the type page; it is used to retrieve the full policy details. In Pega Foundation for Insurance, this loads the data from the IIF_POLICY table, which is of the type PegaIns- Interface-Policy. Because the interface model uses a page property (represented in the BLOB), IIF maps the property to the top-level data page. The interface policy table is used to store some header data as well as the Pega Foundation for Insurance Policy Object model in a page property.
In your implementation, where you may have an external policy system of record, update this data page to call the necessary connection to its source. You can then update the mappers to map the response from your policy system of record to the Pega Foundation for Insurance policy data model.
D_PolicyList is of the type List; it returns a list of policies for a given customer. It differs from the D_Policy data page in that it only retrieves header-level data that is common across all types of policies. The results are always of the type PegaIns-Data-InsurancePolicy.
Previous topic D_ContactList Next topic Other data pages