This import template allows inserting/editing:
- Position data.
For the insertion of each one of these items, the standard documented below must be followed.
Insert position
| Column | Required | Type | Precision | Description |
|---|---|---|---|---|
| OIDINTERFACE | X | TEXT | 32 | Primary key - Identifies an item to be imported into SoftExpert Suite. |
| FGIMPORT | X | NUMERIC | 2 | Import status: 1 - New; 2 - In progress; 3 - Finished; 4 - Error. |
| CDISOSYSTEM | X | NUMERIC | 10 | Code of the system for which the integration will be performed: 153 - Code of the SoftExpert Administration component. |
| FGOPTION | X | NUMERIC | 2 | Code of the operation to be performed: 7 - Insert position. |
| NMFIELD01 | X | TEXT | 255 | Position ID #. |
| NMFIELD02 | X | TEXT | 255 | Position name |
Delete position
| Column | Required | Type | Precision | Description |
|---|---|---|---|---|
| OIDINTERFACE | X | TEXT | 32 | Primary key - Identifies an item to be imported into SoftExpert Suite. |
| FGIMPORT | X | NUMERIC | 2 | Import status: 1 - New; 2 - In progress; 3 - Finished; 4 - Error. |
| CDISOSYSTEM | X | NUMERIC | 10 | Code of the system for which the integration will be performed: 153 - Code of the SoftExpert Administration component. |
| FGOPTION | X | NUMERIC | 2 | Code of the operation to be performed: 8 - Delete position. |
| NMFIELD01 | X | TEXT | 255 | Position ID #. |