Hi all, so I want to modify Sales Order Picking List report (WMSPickingList_OrderPick) where I want to add additional field in it.
After i populate it in DP class, and I want to refresh the datasource in report designer in Visual Studio for the additional field there are some error "The Query couldn't be processed. The field XXX do not exist in the report provider table WMSPickingList_OrderPickTmp"
I have check on the tmptable in AOT and there are no such field, I've search about it and already done compile CIL, synchronize the table, restart report service and AOS too but nothing worked so far.
After that I have import back the WMSPickingList_OrderPick report and everything to it's original version and try to refresh it again also caused the same error......and I haven't done anything yet on the report while the tmptable itself in AOT don't have the mentioned field in the infolog...any help guys? is this a bug or something?.....because all i want is just adding 1 additional field into it and this is frustrating....
If i imported back the original report, the report itself can be opened from AX but if I try to refresh the datasource in Visual Studio it'll caused this error again.....