| Table: dbo.Client_Remote_Payroll_Setup | |||
| Columns | |||
| Name | Type | Constraints | Description |
| client_KEY | int (4) | NOT NULL | Key of associated client. |
| export_after_check_printing | bit (1) | NOT NULL | Flag which indicates that the next payroll should be exported to NetClient after the current payroll checks are printed |
| firm_alternate_return_email | nvarchar (80) | NOT NULL | Firm alternate email address which is notified when the NetClient payroll is complete and ready to download |
| Primary key | |||
| Name | Columns | Description | |
| PK_Client_Remote_Payroll_Setup$client_KEY | client_KEY | ||
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Client_Remote_Payroll_Setup__Client__client_KEY | client_KEY | Client (client_KEY) | |