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.
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 |
|---|---|
|
The issue was approved. |
|
The issue was created. |
|
The issue approval expired. |
|
The issue was rejected. |
|
The issue was removed. |
|
The issue was reopened by removing approval or rejection. |
