Configuring rewrite

This topic describes how to configure rewrite jobs (rewrite policy transactions).

Note: In PolicyCenter, the user interface uses the term policy transaction to refer to submissions, policy changes, and other policy transactions. Policy transactions are implemented as jobs in the data model, and referred to as jobs in PCF files, Gosu classes, and other configuration files. Therefore, the configuration documentation refers to policy transactions as jobs.

Use Studio to access the necessary files and code to configure the rewrite job (policy transaction) to your business needs.

Key files include:

  • Gosu job process classRewriteProcess.gs. This class contains the code behind the rewrite job.
  • Page configuration files (PCF files) such as RewriteWizard.pcf. To view these PCF files, navigate in Studio to configuration > config > Page Configuration > pcf > job > rewrite.
  • Typelists such as RewriteType. You can view this typelist by navigating in Studio to configuration > config > Metadata > Typelist.
Note: Since the rewrite process for any insurer can be configured based on business requirements, all discussions apply only to the default application.

See also Configuring jobs to learn more about how jobs work in Gosu and how to use workflows.

See also