Configuring reinstatement

This topic describes how to configure reinstatement jobs (reinstatement 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 Guidewire Studio to access the files and code to configure the reinstatement process to your business needs.

Key files include:

  • Gosu job process classReinstatementProcess.gs. This class contains the code behind the reinstatement job.
  • Gosu enhancement fileReinstatementEnhancement.gsx. This enhancement allows you to modify or add additional functions and properties to the reinstatement job Gosu class. For example, this enhancement class has just one function which is called when the reinstatement job finishes. This function restarts any withdrawn renewals on the policy.
  • Page configuration files (PCF files) such as ReinstatementWizard.pcf. To view these PCF files, navigate in Studio to configuration > config > Page Configuration > pcf > job > reinstatement.
  • Typelists such as ReinstateCode. You can view this typelist by navigating in Studio to configuration > config > Metadata > Typelist.
Note: Since the reinstatement process for any insurer can be configured based on business requirements, all discussions apply only to the default application.

To learn more about how jobs work in Gosu and how to use workflows, see Configuring jobs.

See also