Table: dbo.Workforce_Hub_Pending_Acknowledgement_Queue
This table contains list of updates that came from WFH but have not been acknowledged yet.
Columns
NameTypeConstraintsDescription
workforce_hub_pending_acknowledgement_queue_KEYint (4)NOT NULLPrimary key.
client_KEYint (4)NOT NULLClient key to which the update belongs.
change_idnvarchar (80)NOT NULLThe identifier that came with the change request when we pulled in data from WFH.
Primary key
NameColumnsDescription
PK_Workforce_Hub_Pending_Acknowledgement_Queueworkforce_hub_pending_acknowledgement_queue_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Workforce_Hub_Pending_Acknowledgement_Queue__Client__client_KEYclient_KEYClient (client_KEY)

Schema diagram