Hello Community,
I need to fetch the PR Number from the Purchase Requisition to the Purchase Order.
I have added a new field to the Purchase Order and created a new COC extension class of PurchAutoCreate_PurchReq to pass the value from the Purchase Requisition to the Purchase Order, and also extended the setPurchTable() method.
However, the issue is that I'm unable to fetch the PR number. Can anyone please explain how to retrieve the PR number?
Using the COC extension class of PurchAutoCreate_PurchReq.