ClaimWorkqueueItemHistory
Stores the history for AP Claim workqueue items.
| Column Name | Type | Description |
|---|---|---|
| WorkqueueSkipReasonCode | INTEGER | The item stores the reason a record is skipped in a single item workqueue. |
| SourceWorkqueueItemIdentifier | VARCHAR | If this row corresponds to the item being transferred into the workqueue, this column stores the unique identifier of the workqueue item that was transferred, thereby creating this item. |
| DeferredUntilDateTime | DATETIME | If this row corresponds to the item being deferred, this column will store the date and time the item was deferred until. Users can manually activate the item prior to the time stored here. |
| WorkqueueTransferReason | VARCHAR | This item stores the reason a record was transferred in a workqueue. |
| WorkqueueTabCategoryIdentifier | INTEGER | The workqueue tab category ID this workqueue item was on at the time of the action. 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. |
| OwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this record or line. This is only populated if you use IntraConnect. |
| ActionStartDateTime | DATETIME | Stores the date and time the workqueue item was acted on. |
| WorkqueueHistoryRecordLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| WorkqueueActivityCategoryIdentifier | INTEGER | Stores the category identifier of the type of activity this row corresponds to. Description of common category internal IDs: 1 = Item entered the workqueue 3 = Item was resolved from the workqueue |
| DestinationWorkqueueIdentifier | VARCHAR | If this row corresponds to the item being transferred out of the workqueue, this column stores the unique identifier of the workqueue being transferred to. |
| 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. |
| ActioningUserIdentifier | VARCHAR | Stores the unique identifier of the user that acted on this workqueue item. |