Discussions
Return a list of sales order statuses Netsuite2.com via ODBC connector
Hi, can anyone point me in the right direction to obtain a list of Sales order statuses so that I can join the transaction table to it and find out the netsuite order status.
Netsuite.com returned the status as text and I have queries built around that. I have the transaction.status column returning a single letter such as B which is "Pending Fulfillment" I assume and I have an offline list of the statuses. However, I'd like to return them from a query so that I can join the transaction to the status table just in case they get changed in the future.