InBasketMessageRecipientStatusAudi
An audit trail for the recipient status changes the In Basket Message has undergone.
| Column Name | Type | Description |
|---|---|---|
| CompletedMessageIdentification | VARCHAR | Link to message that completed this one, for example if merged or through responsibility reassignment |
| PhysicalDeploymentOwnerIdentification | 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. |
| StatusChangeByUserName | VARCHAR | The user responsible for changing the message's recipient status. (Networked to the User masterfile) |
| AuditPlatformCategory | INTEGER | The category value of the platform where the In Basket status was changed |
| RecipientStatusChangeServerSyncTime | DATETIME | The instant a recipient status change was sent to the server, if different from the instant the change occurred. Will only occur for applications that allow a user to work with messages when offline. |
| RecipientStatusChangeNotes | VARCHAR | Notes associated with the recipient status change. |
| StatusChangeMember | VARCHAR | The member responsible for changing the status. Membership is a key to represent the entity capable of receiving In Basket messages. For a user, it is registry;userid. For a pool it is registry;* |
| RecipientStatusCategory | INTEGER | A list of category values specifying each recipient status change the message has undergone. (ex. new, read, done) |
| StatusLastChangedDateTime | DATETIME | The time the message's recipient status has changed. |
| CompletingStackHash | VARCHAR | A hash of the call stack to identify the code location which caused this message to be completed. |