ApClaimWorkqueueHistory
Stores information about AP Claim workqueue items. Each time an AP Claim enters a workqueue, it will have a row in this table.
| Column Name | Type | Description |
|---|---|---|
| WorkqueueItemTransferReason | VARCHAR | Stores the category identifier describing why the item was transferred. |
| WorkqueueIdentifier | VARCHAR | Stores the unique identifier of the workqueue this item corresponds to. |
| AssignedUserIdentifier | VARCHAR | If this workqueue item was assigned to a user at the time of the last Clarity extract, this column stores the unique identifier of the user. |
| AssociatedClaimIdentifier | NUMERIC | Stores the unique identifier of the AP Claim this item corresponds to. |
| WorkqueueEntryDate | DATETIME | Stores the date the claim entered the workqueue. |
| RecordOwnerCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| WorkqueueItemReleaseDate | DATETIME | If the claim has been released from the workqueue, this column stores the date the release occurred. Workqueue resolutions and transfers are considered releases, but deferrals are not. |
| RecordSourceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| LastExtractWorkqueueTabStatusCategory | INTEGER | Stores the category identifier of the tab the AP Claim was on at the time of the last extract. This column can be joined to ZC_HX_TAB_NUMBER, but the category names are generic so you may choose to translate them programmatically. The tab named "TAB 1" (internal ID of 0) is for active claims. The tab named "TAB 2" (internal ID of 1) is for deferred claims. |