I have magento order id’s which i get from magento api from my script. I need to load sales record on external system id column but using N/record module it’s only possible with Internal Id. I want to load sales order record with external system id column?
j
jmacdonald
07/03/2019, 9:53 AM
@Php you could do a search for Sales Orders with the external ID filter to find the associated Internal ID so you can load the record?
p
Php
07/03/2019, 10:02 AM
@jmacdonald thanks for your quick response.
j
jmacdonald
07/03/2019, 10:12 AM
@Php No problem, hope that helps you. Let me know if you have trouble with it.
p
Php
07/03/2019, 3:33 PM
@jmacdonald my script worked man. Thanks a lot. You saved me many times man. Thank you so much.