Sales Order Table
#1
Posted 10 January 2006 - 02:04 PM
-Casey
#2
Posted 10 January 2006 - 04:36 PM
I'm a technician for UPS and I'd like to integrate UPS Worldship with MOM via a FoxPro ODBC Driver. I was wondering if there is a table within MOM that contains all the ship-to information as well as a sales order number? All the information I'm looking for would most likely be contained on the packing slip - invoice: Sales order number, Customer name, Address, City, State, Zip, Shipping method (ground, next day air, 2nd day air). Is there a table that contains all this info or am I going to have to link multiple tables using Access? Thanks your time and help.
-Casey
Hi Casey,
EXPORT.DBF is the table you are looking for. You client will have to export their invoices first then you will be able to access the data.
Cons : You will lose the data on each export.
Pros : You can map the data easily using UPS ODBC mapping utility.
Best,
Videoflicks2004
Ecommerce Operations Manager CVS Inc
[email protected]
mobile: 4168238175
DISCLAIMER: Always backup your MOMWIN folder before attempting to perform any updates, testing, etc. Once you blast the data away it's gone forever.
My advice is based on my 8 years of experience with MOM and Dydacomp. If you are not comfortable with data manipulation then hire someone who is.
#4
Posted 11 January 2006 - 09:53 AM
Hi Casey,
EXPORT.DBF is the table you are looking for. You client will have to export their invoices first then you will be able to access the data.
Cons : You will lose the data on each export.
Pros : You can map the data easily using UPS ODBC mapping utility.
Best,
Videoflicks2004
The customer I am working with does not have the import / export module installed. Is there another file I could link to that would contain all the information I'm looking for?
#5
Posted 11 January 2006 - 12:30 PM
n
#6
Posted 11 January 2006 - 06:31 PM
David
Please explain this line
Hi YPF1258,
The EXPORT.DBF table did not append the data with each export of invoices from MOM. Instead, I found that the table acted more as a temporary holding place for the current set of export material.
** Note: This is based on exporting invoices from MOM with a parameter like DATE RANGE that did not include the previous set.
IE. If I export January 10, 2005 invoices to EXPORT.DBF and then proceed to export January 11, 2005 invoices, the data from first export was marked deleted.
This is based on my personal experience with UPS and MOM 4.3
Best,
David
Ecommerce Operations Manager CVS Inc
[email protected]
mobile: 4168238175
DISCLAIMER: Always backup your MOMWIN folder before attempting to perform any updates, testing, etc. Once you blast the data away it's gone forever.
My advice is based on my 8 years of experience with MOM and Dydacomp. If you are not comfortable with data manipulation then hire someone who is.
#7
Posted 12 January 2006 - 07:02 AM
I am presently trying to accomplish the same task of integrating MOM 5.4 with Worldship 8.0. Please keep me updated on what you find, or contact me directly at "webmaster at steveweissmusic.com". Hopefully I can work with a local UPS technician using whatever you find out.
Thanks.
#8
Posted 12 January 2006 - 11:24 AM
The exact information I'm looking for is everything that shows up on the invoice:
Invoice number, ShipTo Company, ShipTo Address, ShipTo City, ShipTo State, ShipTo Zip and Shipping Method (Ground, NDA, 2ND Air).
I am now able to link multiple tables within Worldship's new version 8.0. So if you could tell me what table each one of these fields is located in, I should be good to go.
Also, is there a reference document that I can download that tells me each table within MOM, and a description of the fields within these tables? That would make my life so much easier! Thanks for all your help on this!
P.S. Steve email me at "cdockry at ups.com" and I should be able to find you a local UPS Tech. to help you out.
#9
Posted 17 January 2006 - 02:11 PM
FROM cms
WHERE (((cms.odr_date)=Date()));
this will give you all of today's orders. If shipnum <> 0 then shipnum is the shipto else custnum is.
you would then need a conditional join on custnum or shipnum to cunstnum in:
SELECT cust.custnum, cust.altnum, cust.custtype, cust.lastname, cust.firstname, cust.company, cust.addr, cust.addr2, cust.city, cust.county, cust.state, cust.zipcode, cust.country
FROM cust;
let me know if you need more info. Please note that this does not take into consideration using MOMs shipto by line feature.
n
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users