Copy Purchase requisition fields to Purchase order Line

Dear All,

I have created a field called Tender Category in the Purchase requisition Form . Its in the PurchReqline → ExtCAtegoryID Table. When Purchase Order is created from the Purchase requisition form ,I wanted to move the ExtCategoryID values to the PurchLine → ExtCategoryID. And also it has to b done only to the Project related Purchase Requisition Form.

Please let me know in which method should I write a code and how to do the above.

Thanks

\Classes\PurchAutoCreate_PurchReq\createPurchLine

check if there is value on reqLine.ProjId.

Please always tag your AX version.

Thanks a lot. Its for AX2012. I will try and will get back to you

\Classes\PurchReqAutoCreate\createPurchLine

There is no such method in standard.

PurchReqAutoCreate is used for creating Purchase requisition not for creating purchase orders.

It worked .Thanks