Hi,
I'm making a customization in which I need to have 2 different filters on a single field (AccountNum). I apply my first range in the override of the FormDataSource.executeQuery() method (The method of a child data source, not the parent FormDataSource object) for my form's main data source. That rangeworks properly but shows up in the grid's filters. In this specific case, we can't have this show up as something that can be modified as it would give some users access to data that isn't theirs to manipulate.
We need the users to be able to filter on that field because they will have 100-150 records in the grid at once. Since I'm using the X++ Querying classes, I was wondering if there's any way to hide the QueryBuildRange I'm creating in X++ from the user. The user input in the grid needs to be calculated against the existing filter.
Ex: I have Accounts 1, 2 and 3 in the X++ filter, those are the only values that can be returned even if the user's filter contain Accounts 4, 5 and 6
Is there any way to do this in AX 2012 R2?
Thanks
*This post is locked for comments
I have the same question (0)