Discussions
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Join us
Getting at Billing and Shipping zipcodes for transactions via ODBC
Does anyone know how to get the billing and shipping zipcodes for a sales order transaction via ODBC?
In the GUI (reports and searches), I can access these fields easily, but I'm having a hard time on the ODBC side since I can't find an apparent link from the sales order transaction to the appropriate address book entry for the entity (customer)
The ODBC TRANSACTIONS view has a text representation of the entire addresses (including customer name)m but I don't really want to build an address parser since the data is in there somewhere.
I can join the TRANSACTIONS view to the ENTITY view with ENTITY_ID, but this doesn't give me a clue as to which address in the address book may have been used for that particular transaction