
Good Morning,
I have created one Purchase Requisition and selected item and in Details tab
i entered Item Description Column which is Purchreqline.Name field.
When i created PR after Creation i checked table it is storing.
later after RFQ Accepting Vendor .The Item description field is showing empty in purchase Requisition level.i Checked in purchreqline.Name field it is showing empty.
So Please help me in solving this.
Any help would be greatly appreciated.
Regards.
*This post is locked for comments
I have the same question (0)HI Crispin,
I have solved This.
Please modify this if anyone one is facing this issue
Go to PurchReqLine Table
Methods --> initFromPurchRFQLine()
and Comment this line
//this.Name = replyLine.Name;
This is what it is updating in PR level
Regards