Hello everyone,
I would like to perform a data migration on the "CUSTOMER_INFO" & "CUSTOMER_INFO_ADDRESS" views.
For some records, the customer ID is automatically generated, so I'd like to be able to link the "CUSTOMER_ID" field on the 2 views.
So I've set this up:
But as soon as I deploy my records, I get an error:
Basically, the generated customer_id is not correctly retrieved in the "CUSTOMER_INFO_ADDRESS" view.
Can you help?
Thank you for your help,
Théo