Status types specifically for a Client that are used to signify the stages of operations related to Onvio Payroll. |
client_KEY | int (4) | NOT NULL | The foreign key used for identifying the client the status applies to. |
event_time_utc | datetime (8, 3) | NOT NULL | The UTC time when the status came into effect. |
onvio_payroll_integration_status_KEY | int (4) | NOT NULL | The foreign key used for onvio client status. |
error_detail | nvarchar (-1) | | Used to store error details related to an error event related to the associated client. |