Table: dbo.Workforce_Hub_Employee_Update_Queue
This table contains employees and any additional data for those employees that needs to be sent to Workforce Hub.
Columns
NameTypeConstraintsDescription
employee_KEYint (4)NOT NULLPrimary key and foreign key that references the Employee table.
new_hire_idnvarchar (80)The GUID used by WFH to keep track of New Hires.
Primary key
NameColumnsDescription
PK_Workforce_Hub_Employee_Update_Queue$employee_KEYemployee_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Workforce_Hub_Employee_Update_Queue__Employee__employee_KEYemployee_KEYEmployee (employee_KEY)

Schema diagram