Hello,
I want to use delete function: SRSTmpTblMarshaller::deleteTmpTblData(contract.parmTmpTableDataRecId());
(Same as on class: BankReconcilationDP::initBankReconciliationPrintoutTmp),
but I getting an error (I didn't find way to show the error on English, even regional settings are on English, and AX default language is English).
לא צוין מאגר עבור קריאה ל- SRSTmpTblMarshaller::deleteTmpTblData. (S)\Classes\xInfo\add (S)\Classes\Info\add - line 94 (S)\Classes\Global\error - line 3 (S)\Classes\SRSTmpTblMarshaller\deleteTmpTblData - line 33
Here are the lines that the exception occured:
In SSRSReportViewer::AxReportViewer_RefreshComplete
errorMessage = CLRInterop::getAnyTypeForObject(clrObject); if(errorMessage) { renderedSuccessfully = false; error(errorMessage); }
I suspect that this is issue security issue, but I am not sure.
Also, I see that on node: SSRSReport - <my_report> -> design -> <my_design> -> permission -> Table -> <my_table> -> fields
I see one field, and not all of the fields.
What may be the problem of the error?
Thanks :)