Enable audit for a line of business
About this task
In Studio, add code to enable audit for your line of business.
Procedure
-
In Studio, navigate to
and open
gw.lob.line.linePolicyLineMethods.gs. -
Add the following code to set the
Auditableproperty totrue: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.
