Share via


EUSalesListReportingEngine.deleteReportingData Method [AX 2012]

Deletes the data in the tables after the data has been sent to SSRS or AIF and also cleans up any leftover data that is more than a week old.

Syntax

protected void deleteReportingData(RefRecId _euSalesListReportingHeaderRecId)

Run On

Called

Parameters

Remarks

The leftover data in the tables that is used for EU sales list reporting could result from any crashes or forcefully killing the application while in the middle of generating an EU sales list report. In order to avoid accumulation of any such old data, it will be cleaned when this functionality is run again after several days. A logical gap of one week has been used here to clean up the data.

See Also

Reference

EUSalesListReportingEngine Class