InBasketMessageStatusAuditTrai
An audit trail for the status changes the In Basket Message has undergone.
| Column Name | Type | Description |
|---|---|---|
| PhysicalDeploymentOwnerIdentifier | 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. |
| InBasketMessageIdentifier | VARCHAR | The unique ID of the In Basket Message. |
| MessageStatusChangeTime | DATETIME | The time the message's overall status has changed. |
| InbasketMessageRemarkLineNumber | INTEGER | Line number to identify the message remarks within an In Basket Message. |
| StatusChangeServerSyncInstant | DATETIME | The instant an overall status change was sent to the server, if different from the instant the status was changed by the user. Will only occur for applications that allow a user to change status on a message when offline. |
| StatusChangeNotes | VARCHAR | Notes associated with the overall status change. |
| MessageStatusAuditCategory | INTEGER | A list of category values specifying each overall status change the message has undergone. (ex. create, done, edit) |
| MessageStatusChangeUserId | VARCHAR | The user responsible for changing the message's overall status. (Networked to the User masterfile) |
| 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. |