Add line review screens for your multi-line product
About this task
Create a Line Review screen for each line of business in the multi-line product. The line review screen appears last in the line wizard step set for each product line.
Procedure
-
To add a line review summary detail
view, copy CPPLineReviewSummaryDV.pcf
from
to the
folder. Name the file PPPLineReviewSummaryDV.pcf.
This screen contains two input columns. One input column displays information about the primary named insured. The other input column displays information about the product and policy line.
- Update label elements display keys replacing Commercial Package display keys with display keys for the new multi-line product.
- To add a line review screen that references the detail view, copy CPPLineReviewScreen.pcf from to . Name the file PPPLineReviewScreen.pcf.
-
In the
PanelRefwidget, under Basic properties on the Properties tab, set thedeffield to the line review summary detail view that you created in the previous procedure. For personal package, set thedeffield toPPPLineReviewSummaryDV(line). - To add a line selection screen, copy CPPLineSelectionScreen.pcf from to the folder. Name the file PPPLineSelectionScreen.pcf.
-
In the
DetailViewPanel, change the id to the new multi-line selection display view, PPPLineSectionDV.pcf. - Update the display key references.
- If applicable, remove the widgets labeled Coverage Part Selection and Package Risk Type.
- Customize this screen to meet your requirements.
-
To add the line review screen to
the job wizard steps, open the line wizard step set. You created this
step set in Adding line wizard step set for your multi-line product.
For personal package, open
LineWizardStepSet.PersonalPackagein . -
Add a JobWizardStep
widget as the last step in the
WizardStepGroupfor each policy line. Using personal package as an example, drag a JobWizardStep widget and drop it as the last step inPAWizardStepGroup. -
Using the
JobWizardStepwidgets inLineWizardStepSet.CommercialPackageas an example, set the properties for the newJobWizardStep. This step displays the line review screen,PPPLineReviewScreen. For Personal Auto, enter the following:Property
Value
idPAReviewscreenPPPLineReviewScreen(policyPeriod.PersonalAutoLine, jobWizardHelper)titleWeb.LineWizardMenu.PersonalPackage.LineReviewYou may need to define this in the display_xx_YY.properties file.
