Modify the audit wizard to support premium reports

Before you begin

You must have defined the audit details panel set in Add audit details panel set.

About this task

To support premium reports, you must update the audit details panel set.

Procedure

  1. Navigate to configuration > config > Page Configuration > pcf > job > audit and open AuditDetailsPanelSet.line.
  2. 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 wcCovEmp row iterator in AuditDetailsPanelSet.WorkersComp. The value of the iterator is set to wcLine.getCoveredEmployeeInRatingPeriod(ratingPeriod). Ctrl-click getCoveredEmployeeInRatingPeriod to view this method.

  3. 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 EstPayroll cell. The value is set to wcCovEmp.AuditRatingBasis. Ctrl-click AuditRatingBasis to view how this method calculates the prorated amount.