Enable audit for a line of business

About this task

In Studio, add code to enable audit for your line of business.

Procedure

  1. In Studio, navigate to configuration > gsrc and open gw.lob.line.linePolicyLineMethods.gs.
  2. Add the following code to set the Auditable property to true:
      override property get Auditable() : boolean {
          return true  
    }
    After you add this code in Studio and deploy your changes, PolicyCenter displays the Audit Schedule link under Tools in the left sidebar of a Policy File.