Options

Clear setfilter on a field

Hello,

I am developing extensions for NAV2018 (with AL code)
I am trying to clear a filter that I used on a field.
I tried with
record.setfilter(theField);
but VScode is showing that an argument is missing.


Thanks in advance.

Best Answer

Answers

Sign In or Register to comment.