Hey everybody,
I would like to import 'Accounts' via import function as administrator.
My Account have each a unique ID that should be imported.
Therefore I added to the entity type 'Account' a filed called 'customer ID' with the field type ' Number'. Because new Accounts should get 'customer ID's' automatically.
But when I try to map my 'unique ID's' from csv to the 'customer ID' it will be ignored.
Instead of setting/overwriting the 'customer ID' with my 'unique ID' the system counts up 'customer ID' by the value from the entity manager.
Does anyone can help my how I can:
1. Mapping my unique ID's via import and
2. Use the functionality of the field type 'Number'
Thanks a lot for helping
hom
I would like to import 'Accounts' via import function as administrator.
My Account have each a unique ID that should be imported.
Therefore I added to the entity type 'Account' a filed called 'customer ID' with the field type ' Number'. Because new Accounts should get 'customer ID's' automatically.
But when I try to map my 'unique ID's' from csv to the 'customer ID' it will be ignored.
Instead of setting/overwriting the 'customer ID' with my 'unique ID' the system counts up 'customer ID' by the value from the entity manager.
Does anyone can help my how I can:
1. Mapping my unique ID's via import and
2. Use the functionality of the field type 'Number'
Thanks a lot for helping
hom
Comment