Configuring underwriting issue history

Underwriting history preserves an audit trail of issues and approvals, even on abandoned branches. To keep track of this history, every issue creation or removal and every issue approval generates an UWIssueHistory entity. The Policy entity has an IssueHistories array. This array contains the history of changes to all underwriting issues associated with the policy. The UWIssueHistory entity is non-effdated.

A UWIssueHistory entity is created automatically every time an issue is approved or rejected. Issue histories are also generated when the issue is reopened, removed, or when the approval expires. See the gw.policy.UWIssueEnhancement.gsx class for details.

An UWIssueHistory entry is also generated whenever an issue is either created or deactivated.

Note: In the default configuration, a history event is not created if values on an issue change. For example, an issue exists on a policy because there are six cars. Later the policy only has three cars. The checking set checks the current number of cars but does not generate a history event.

UWIssueHistoryStatus typelist

The Status field on the UWHistory entity is an UWIssueHistoryStatus typelist. The UWIssueHistoryStatus typelist represents the type of action recorded by the history. Values are:

Value

Description

Approved

The issue was approved.

Created

The issue was created.

Expired

The issue approval expired.

Rejected

The issue was rejected.

Removed

The issue was removed.

Reopened

The issue was reopened by removing approval or rejection.