Dear Experts - I'm working on CustInvoice Report, I wants to display this two fields ProjId and Contract ID in this report. The path for this report A.R->Reports->Transactions->Invoice->customer invoice transactions. I execute below code in CustInvoiceDP(insertCustInvoiceTmp()), but there is an error called "Argument '_recId' is incompatible with the required type".
custInvoiceTmp.ProjectId = CustInvoiceLine::find(custInvoiceJour.InvoiceId).ProjId;
custInvoiceTmp.ContractId= = ProjFundingSource::find(custInvoiceJour.InvoiceId).ContractId;
Please help me to resolve above issue...
Thanks,
Faqru Shaik
*This post is locked for comments
I have the same question (0)