| Primary Key | Field Type | 
|---|---|
|  Id | int | 
| Field | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  BackOfficeId | int |  | ||
|  RE7RecordsId | int |  | ||
|  Quarantine | bit | Default = 0 | ||
|  UserName | nvarchar(100) |  | ||
|  Password | nvarchar(40) |  | ||
|  FirstName | nvarchar(100) |  | ||
|  LastName | nvarchar(100) |  | ||
|  ErrMsg | nvarchar(510) |  | ||
|  EMail | nvarchar(200) |  | 
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
|  BackOfficeSystemsId | int |  | BackOfficeSystems.ID | |
|  ClientUsersId | int |  | ClientUsers.ID | 
| Index Name | Field(s) | Unique | Primary | Clustered | 
|---|---|---|---|---|
|  IX_BackOfficeUserImportErrRecords_BOSysId_BOId | BackOfficeSystemsId, BackOfficeId | |||
|  PK_BackOfficeUserImportErrRecords | Id |  |  |  | 
