Hello,
Am trying to test manufacturing data migration, I've imported work centers and routings from csv files, everything is working fine, except that in routings it duplicates the work centers' operations when using the same operations in different routings (for example if I have a cutting operation that is used in two different routings, the import will add two cutting operations, each with its own database id).
My problem is when I try to import the BoMs (which has 'consumed in operation' field) it gives the multiple matches found error. Logically it's correct because the operations are duplicated via routings import.
To solve the problem of duplicates, I need to link each operation to its specific routing, how can I achieve this?
Could it be solved from the import screen? or a python script is needed to make a check for the related routing id ?
Thanks.