Hi,
We have a process that uses a custom method to load and process orders from two third party XML files. These incoming orders need to be identified by a specific Shipping Method for certain affiliates.
The XML orders are loaded into a holding table and then an update query adds the data to ASPDNSF table. We added two new ShippingMethodID values to the database. However, I need assistance in identifying the proper TSQL or stored procedure syntax that should be used to assign ShippingMethodID 1 to orders coming from XML feed 1.
Thanks much for any help/guidance.