obewankenobe
2008-11-14 17:58:15 UTC
Hi,
I need a way to list all open PO's via X++. Looking at the Stock Management
Tab, I have the arrival overview form which lists everything that is expected
to be coming in. I want a way to get that data via x~++.
I have tried querying the following tables:
WMSArrivalOverviewTmp
WMSArrivalDetailTmp
However both are empty.
I then attempted to examing the PurchTable:
PurchTable::vendOpenOrders("");
I would have hoped this would show all open PO's, but only lists 4, all of
which are closed.
I would like to list the PO's and their associated items via x++.
Can someone please point me in the right direction?
Thanks in advance.
I need a way to list all open PO's via X++. Looking at the Stock Management
Tab, I have the arrival overview form which lists everything that is expected
to be coming in. I want a way to get that data via x~++.
I have tried querying the following tables:
WMSArrivalOverviewTmp
WMSArrivalDetailTmp
However both are empty.
I then attempted to examing the PurchTable:
PurchTable::vendOpenOrders("");
I would have hoped this would show all open PO's, but only lists 4, all of
which are closed.
I would like to list the PO's and their associated items via x++.
Can someone please point me in the right direction?
Thanks in advance.