on 2015 Oct 01 7:15 PM
Hello,
We're creating production orders manually. We want to use the MRP to create purchase orders.
But we want to link the purchase order to the production order (we need some extra data of the production order on the printout of the purchase order)
Can we do this using a query ?
Regards,
Paul
Hi
Can u plz explain about what kind of data u want in purchase order from production order.
Regards
Ranu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
if u can add the purchase order and then manually update the purchase order's udf to get data from production order, u can try this query as fms.
Select distinct t0.U_qqq from opor t1 inner join por1 t3 on t3.docentry = t1.docentry inner join wor1 t2 on t3.itemcode = t2.itemcode inner join owor t0 on t0.docentry = t2.docentry where t1.docnum = $[opor.docnum]
User | Count |
---|---|
105 | |
7 | |
7 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.