Batch List

flyingmanflyingman Member Posts: 16
edited 2007-12-12 in Dynamics AX
Hello,

I have noticed that whe I look at my list of activities in the batch list that some of them don't have a description. I seem to have located the problem to the reportRunClass located in the class factory that executes the following line of code:

selectedReport = cache.get(FormStr(SysReportSelectionTable), args.name(), '');

I have also noticed that I don't have access to the SysreportSelectionTable, so my question is very simple, how can I access the report description property from my report so that can assign this to selectedReport if selected report is equal to ''.

Thanks \:D/
Sign In or Register to comment.