AccountsPayableClaimChangeHistory
The table contains the change history of an accounts payable claim.
| Column Name | Type | Description |
|---|---|---|
| ChangeHistoryCodeEditReason | VARCHAR | The code edit reason associated with the change. |
| LogicalDeploymentOwnerIdentifier | VARCHAR | ID of the logical deployment owner for this record. Logical owners show the deployment where the record was created but doesn't represent if the record is a part of version skew. |
| ClaimChangeTimestamp | DATETIME | The date and time of change to the claim. |
| PreviousRecordOrCategoryIdentifier | VARCHAR | The record or category ID stored in the item before changes were made. This column will contain the translated record or category CID if CID translation is enabled. |
| ClaimChangeActionCategoryIdentifier | VARCHAR | The Change History Action category ID for the claim record. Indicates the item changed on the claim (i.e. workflow, workflow other status, etc.). |
| PreviousClaimValue | VARCHAR | The value of the item before the change was made to the claim. IDs are not translated, so if Intraconnect is used, mapping to CIDs is necessary. |
| ClaimIdentifier | NUMERIC | The unique identifier of the accounts payable claim record. |
| ChangeHistoryUserName | VARCHAR | The unique ID of user making the change. |
| ClaimChangeHistoryLineNumber | INTEGER | The line number for the information associated with this record. Multiple pieces of information can be associated with this record. |
| ChangeHistoryComment | VARCHAR | The comment associated with the change. |
| ClaimChangeHistoryNewValue | VARCHAR | The value of the item after the change was made to the claim. IDs are not translated, so if Intraconnect is used, mapping to CIDs is necessary. |
| ClaimChangeHistoryNewRecordOrCategoryIdentifier | VARCHAR | The record or category ID stored in the item after changes were made. This column will contain the translated record or category CID if CID translation is enabled. |
| ClaimPhysicalDeploymentOwnerIdentifier | VARCHAR | ID of the physical deployment owner for this record. Physical owners will be where the data is hosted, either on the cross-over server or the owner deployment. |