Skip to main content
Question

Migrate customer order

  • September 2, 2024
  • 1 reply
  • 133 views

Forum|alt.badge.img+1
  • Do Gooder (Customer)
  • 1 reply

How to migrate customer order and customer order lines using MIGRATE_SOURCE_DATA procedure?
I tried to separately make a task to migrate an order and another to migrate a line and I keep getting an error.  

1 reply

NiyomalN
Hero (Partner)
Forum|alt.badge.img+11
  • Hero (Partner)
  • 104 replies
  • September 4, 2024

Hi Tomasz,

 

In order to migrate the customer order and order lines, simply you can create two sauce migration jobs  (literally there will be four jobs 2 to import legacy data and 2 to migrate data using those imported data).

 

1st create a migration job to import the customer order header information  , use the “Create table from file” procedure for this and use the “CUSTOMER_ORDER”. 

the create the another migration job using the procedure  “Migrate Source data” and do the necessary mappings and run the migration 

 

follow the same procedure for customer order line and you can use the view “CUSTOMER_ORDER_LINE”

 

for more info refer the ifs docs.

Kind Regards!
Niyomal.