I have magento order id’s which i get from magento...
# general
p
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
@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
@jmacdonald thanks for your quick response.
j
@Php No problem, hope that helps you. Let me know if you have trouble with it.
p
@jmacdonald my script worked man. Thanks a lot. You saved me many times man. Thank you so much.
j
@Php Happy to help, glad that sorted it!