Configuring policy change
This topic describes how to configure policy change jobs (policy change transactions).
Gosu classes primarily control policy changes. In Studio, navigate to to view or edit the gw.job.PolicyChangeProcess.gs Gosu class that contains most of the policy change code.
In a policy change job, the JobProcess.gs class, the QuoteProcess.gs class, and the PolicyChangeProcess.gs class contain code for the main job actions. The default application spreads the policy change code among multiple classes for better organization and use of code. For example, changing the quote logic can be done in one location (QuoteProcess.gs). You can modify the quote logic in one location and many types of jobs can access it.
See also
