Hi All,
I want to create purchase orders from production orders (the same logic as the create production from salesLines).
by know I just need to write the selected production record and write the ProductionOrderNumber + "-" + incrementalNumberSequence (example P1-1, P1-2,P1-3 and so on)
So I have a new button the prodTableListPage that calls the PurchCreateOrder form from a display MenuItem. But when I click the initizalization method does not read the Args of the caller (that should be the ProdTableListPage I guess.