Parametric table with information on the states in which the import process can be found: 1: Pending, 2: InProcess, 3: Processed, 4: Error
Data model
Fields
| Field | Type | Description |
|---|---|---|
| id* | INT | Primary Table Key |
| name | NVARCHAR (400) | State Name |
| state | BIT | Registration status: 1- Active, 0- Inactive |
Primary Key
| PK_AFLS_IMPORT_FILE_PROCESS_STATE |
|---|
| id |