By using this website, you agree to our Terms of Use (click here)
Notifications
Clear all
June 16, 2017 11:55 pm
Hi Everyone,
Any tips on joining together Purchase Order header fields and Purchase Order Line fields.
2 Replies
June 16, 2017 11:57 pm
Hi Gonzo,
Purchase Order header fields are stored in the PX.Objects.PO.POOrder data access class and Purchase Order line fields are stored in the PX.Objects.PO.POLine data access class.
You can join them together on these two fields:
- POLine.OrderType -> POOrder.OrderType
- POLine.OrderNbr -> POOrder..OrderNbr
Acumatica Version 6.10.0472 used when composing this response
June 16, 2017 11:58 pm
That seems simple enough. Thanks Tim.
