InBasketMessageRecipien
Information regarding the recipient of the In Basket Message.
| Column Name | Type | Description |
|---|---|---|
| InBasketMessageIdentifier | VARCHAR | The unique ID of the In Basket Message. |
| RecipientStatusChangeUserId | VARCHAR | The user responsible for changing the message's recipient status. (Networked to the User masterfile) |
| PhysicalOwnerDeploymentIdentifier | 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. |
| OriginalOffboardedRecipientProviderIdentifier | VARCHAR | Stores the original provider who should have worked this message. The new recipient got it because this provider left the organization. |
| RecipientEmployeeIdentifier | VARCHAR | Contains the EMP ID of the recipient of this In Basket message. |
| 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. |
| RecipientCarbonCopyStatusCategory | INTEGER | This column is the category value associated with the RECIPIENT_CC column which holds the category title. Use this column if you would like to link to the ZC_CC_STATUS table to get the most up-to-date version of the category listing. |
| RecipientIsRegistryRecipientIndicator | VARCHAR | This field indicates if the recipient is a registry recipient. Y indicates that the recipient is a registry recipient and N indicates that the recipient is not a registry recipient. |
| MessageRecipientIndicator | VARCHAR | The message's recipient indicator. |
| MessageReceivedDate | DATETIME | The date the message has been received. |
| MessageRecipientStatusChangeTime | DATETIME | The time the message's recipient status has changed. |
| MessageRecipientLineNumber | INTEGER | Line number to identify the message recipients within an In Basket Message. |
| InbasketMessageRecipientIdentifier | VARCHAR | The unique ID of the recipient of the In Basket message or * if the message was sent to a pool. The column POOL_RECIPIENT_YN can be used to determine the type of data present. If the message was sent to a user, then it can be used to link to the CLARITY_EMP table. If the message was sent to a pool, the column REGISTRY_ID provides the pool's ID. |
| InBasketMessageRecipientName | VARCHAR | The name of each recipient. |
| RecipientWorkstationIdentifier | VARCHAR | The workstation ID of the recipient of this row, if applicable. |
| RecipientMessagePriorityCategory | VARCHAR | A category value associated with the message priority. |
| InBasketMessageRecipientStatusCategory | INTEGER | The category value associated with the recipient status. |
| MessageRecipientRegistryIdentifier | NUMERIC | A list of registries to receive the message. (Networked to the Registry masterfile) |