

Dear Experts,
I am new to Reporting area, i want to show a field of (Manufacturer) on Certificate of Analysis Report, The Field is Manufacturer of PurchParmLine table. I tried but in vain, i wrote the above code in InventTestCertOfAnalysisDP in inserttotmptable method image please help. Thanks in advance.
Show me step by step
My code is here :
select firstOnly1 inventTrans where inventTrans.inventDimId == inventTestCertOfAnalysisTable.InventDimId
&& (inventTrans.StatusReceipt == StatusReceipt::Purchased
|| inventTrans.StatusReceipt == StatusReceipt::Received);
inventTestCertOfAnalysisTmp.mod3Manufacturer = PurchLine::findInventTransId(inventTrans.InventTransOrigin().InventTransId).purchTable().vendorName();
THanks and Regards,
Shabir Ahmad
*This post is locked for comments
I have the same question (0)