Import parameters
Files reference
-
filename : header
-
filename-operations : process operations
-
filename-details : operation details
Other parameters
Import mode
Imports can be done with "full" or "update" mode.
-
Full mode : All entities in the file but not in the target application are created. All entities present in the target application but not in the file are deleted. The others are updated.
-
Update mode : same as "full" mode except that the entities present in the target application but not in the file are not deleted.
Files content
Header
Data structure
Field | Column | Data type | Required | Business rules |
---|---|---|---|---|
Code |
code |
String |
X |
20 characters max (15 characters max if ERP compatibility is checked) |
Company code |
companyCode |
String |
X |
2 characters max |
Establishment code |
establishmentCode |
String |
X |
2 characters max |
Label |
label |
String |
X |
50 characters max (30 characters max if ERP compatibility is checked) |
Area code |
areaCode |
String |
X |
10 characters max |
Validity end date |
validityEndDate |
String (ISO-8601) |
AAAA-MM-JJTHH:MM:SSZ Set a passed date to make the entity inactive. |
Operations
Data structure
Field | Column | Data type | Required | Business rules |
---|---|---|---|---|
Code |
operatingProcessCode |
String |
X |
20 characters max |
Company code |
companyCode |
String |
X |
2 characters max |
Establishment code |
establishmentCode |
String |
X |
2 characters max |
Effective date |
effectiveDate |
String (ISO-8601) |
X |
AAAA-MM-JJTHH:MM:SSZ |
Operation code |
code |
String |
X |
20 characters max |
Operation label |
label |
String |
X |
50 characters max (30 characters max if ERP compatibility is checked) |
Efficiency |
efficiency |
Double |
X |
Non-productive line expected |
Raw quantity |
quantity |
Double |
X |
|
Unit code |
unitCode |
String |
X |
5 characters max |
Rank indice |
rank |
Integer |
X |
Operation details
Data structure
Field | Column | Data type | Required | Business rules |
---|---|---|---|---|
Code |
operatingProcessCode |
String |
X |
20 characters max |
Company code |
companyCode |
String |
X |
2 characters max |
Establishment code |
establishmentCode |
String |
X |
2 characters max |
Effective date |
effectiveDate |
String (ISO-8601) |
X |
AAAA-MM-JJTHH:MM:SSZ |
Operation code |
operationCode |
String |
X |
20 characters max |
Duration |
duration |
Integer |
X |
IN SECONDS |
Fixed except line speed |
fixedExceptLineSpeed |
Integer |
X |
|
Fixed time |
isFixed |
Boolean |
X |
|
Maximum resources |
maxResources |
Integer |
X |
|
Minimal resources |
minResources |
Integer |
X |
|
Rank indice |
rank |
Integer |
X |
|
Resource category code |
resourceCategoryCode |
String |
X |
10 characters max |
Resource code |
resourceCode |
String |
X |
10 characters max |