Quantcast
Channel: AX Developer Forum
Viewing all articles
Browse latest Browse all 9880

Filter using a method

$
0
0

I have a 'simple' request to filter item records in the Current prices and discounts form (PriceDiscActual) based on whether or not the customer has a discount for the particular item.  The user will click a check box and if there is a discount then the item will show up in the grid (inventTableGrid).  If the check box is checked and there is no discount then the item will not appear.

The problem is that currently the discount is determined by calling a method (InventTable.checkPriceDiscTable).  Is there a way to have a QueryFilter use a method to filter a record?


Viewing all articles
Browse latest Browse all 9880

Trending Articles