Hi,
We have recently added a new Legal Entity to AX, and now we are facing a problem with some of our old reports.
Whenever we're using a field of type 'RetailStoreId' in a query range, the query criteria lookup shows all the stores from both legal entities, regardless of the user's company.
I believe the reason for this is, because the 'RetailStoreId' lookup is based on the table 'RetailStoreTable', which doesn't have a 'DataAreaID' field (which AX would use to filter the stores) . Instead it has the field 'InventLocationDataAreaID'.
If that's the case, is there any way I can make AX use the 'InventLocationDataAreaID' Field to filter for this table?
Otherwise is there any way to customize the lookup of the query?, or any other workaround?
I'm aware that I can create a 'DialogField' and customize it's lookup, but we're facing this issue in many reports, and it would take time to update them one by one.
Thanks
*This post is locked for comments