How to use SETFILTER Function in Microsoft Dynamics Navision



SETFILTER function is same as SETRANGE function in NAV, only difference is in SETFILTER function you have to specify the expression condition as show blow

Example:

Customer.SETFILTER(‘No.’,’>1000&<2000’)


Here above example return the customer witch has number is greater than 1000 and less than 2000


Comments

Popular posts from this blog

How to get column value from the selected row in data grid in wpf c#.net

How to make and use web service in Microsoft Dynamics Navision.

How to use Format function in Microsoft Dynamics Navision.