Table to track employee data pending transmission to a web service |
web_services_transmit_queue_KEY | int (4) | NOT NULL | Foreign key; queue of all pending updates to WebEmployee portal |
employee_KEY | int (4) | NOT NULL | Foreign key; employee pending transmission |
resend_welcome_email | bit (1) | NOT NULL | Flag to indicate that the welcome email should be resent to the employee email address |
disablePortal | bit (1) | NOT NULL | Flag which indicates if the employees WebEmployee portal should be disabled. |
web_employee_employee_update_queue_KEY | int (4) | NOT NULL | Primary Key; queue of employee data updates to WebEmployee portal |