I created and saved a view in dynamics NAV 2017.
Is it possible for an OData webservice to run with the filters from that view?
I mean is it possible for the webservice to retrieve dynamically those filters?
If by "view" you just mean a personalized saved filter - then the answer is no.
If you mean a Page/Query then yes. Filters used by web-services need to be set at Object level in Code.
Alternatively you can also use OData(v4) Url-filters filter your WebService Dataset to fit your needs. OData Filtering msdn
Answers
If by "view" you just mean a personalized saved filter - then the answer is no.
If you mean a Page/Query then yes. Filters used by web-services need to be set at Object level in Code.
Alternatively you can also use OData(v4) Url-filters filter your WebService Dataset to fit your needs. OData Filtering msdn
/Wisa