Modify the audit wizard to support premium reports
Before you begin
About this task
To support premium reports, you must update the audit details panel set.
Procedure
-
Navigate to and open
AuditDetailsPanelSet.line. -
In the
PanelSet, configure the row iterator to display the auditable items that have an effective date that falls within the audit period. For example, the auditable items in general liability are exposures.Examine the
wcCovEmprow iterator inAuditDetailsPanelSet.WorkersComp. The value of the iterator is set towcLine.getCoveredEmployeeInRatingPeriod(ratingPeriod). Ctrl-clickgetCoveredEmployeeInRatingPeriodto view this method. -
For premium reports, display a prorated amount for the value of the Estimated Payroll cell in the row iterator.
For an example in workers’ compensation, examine the
EstPayrollcell. The value is set towcCovEmp.AuditRatingBasis. Ctrl-clickAuditRatingBasisto view how this method calculates the prorated amount.
