Dear All,
I'm developer of Microsoft Dynamic AX 2012 R3
I created a query for RDP Class and I add range to RecId but got an error "Argument value is incompatible with the required type"
Here is my code
custInvoiceTable = CustInvoiceTable::findRecId(recId);
qbdsTable.addRange(fieldNum(CustInvoiceTable, RecId)).value(custInvoiceTable.RecId);
I didn't find any wrong on my code
Please your help
Thank in advance
Best Regards,
Bintang
*This post is locked for comments
I have the same question (0)