This import template allows inserting/deleting:
- Attribute relationship.
To insert each of these items, the standard documented below must be followed.
Insert
Column | Required | Type | Precision | Description |
---|---|---|---|---|
CDINTERFACE | X | NUMERIC | 10 | Sequential code - 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 in which the integration will be performed: 153 - Code of the SoftExpert Administration component. |
FGOPTION | X | NUMERIC | 2 | Code of the operation to be performed: 97 - Add relationship. |
NMFIELD01 | X | TEXT | 255 | Parent attribute ID #. |
NMFIELD02 | X | TEXT | 255 | Child attribute ID #. |
NMFIELD03 | X | TEXT | 255 | Parent attribute value Notes according to the attribute type: • Numeric: numeric digits without thousand separator and with dot (.) as decimal separator • Currency: numeric digits without thousand separator and with dot (.) as decimal separator • Date: YYYY-MM-DD • Time: HHHH:MM |
NMFIELD04 | X | TEXT | 255 | Child attribute value Notes according to the attribute type: • Numeric: numeric digits without thousand separator and with dot (.) as decimal separator • Currency: numeric digits without thousand separator and with dot (.) as decimal separator • Date: YYYY-MM-DD • Time: HHHH:MM |
NMFIELD05 | TEXT | 255 | Use as default [1 - Yes; 2 - No] If no value is entered, the system will set it to 2 - No. |
info
Note:
The relationship can only be set between attributes of the "List of values" type.
Delete
Column | Required | Type | Precision | Description |
---|---|---|---|---|
CDINTERFACE | X | NUMERIC | 10 | Sequential code - 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 in which the integration will be performed: 153 - Code of the SoftExpert Administration component. |
FGOPTION | X | NUMERIC | 2 | Code of the operation to be performed: 98 - Delete relationship. |
NMFIELD01 | X | TEXT | 255 | Parent attribute ID #. |
NMFIELD02 | X | TEXT | 255 | Child attribute ID #. |
NMFIELD03 | X¹ | TEXT | 255 | Parent attribute value (required when the child attribute value is entered) Notes according to the attribute type: • Numeric: numeric digits without thousand separator and with dot (.) as decimal separator • Currency: numeric digits without thousand separator and with dot (.) as decimal separator • Date: YYYY-MM-DD • Time: HHHH:MM |
NMFIELD04 | X¹ | TEXT | 255 | Child attribute value (required when the parent attribute value is entered) Notes according to the attribute type: • Numeric: numeric digits without thousand separator and with dot (.) as decimal separator • Currency: numeric digits without thousand separator and with dot (.) as decimal separator • Date: YYYY-MM-DD • Time: HHHH:MM |
info
Note:
X¹ - Required for removing only the relationship between attribute values; if it is omitted; all relationships between parent and child attributes will be removed.