Odata export parameter?

0
Hi, We are currently trying to export data using oData however we have business query where they want data from only certain dates. I was wondering if this is possible to get certain data when we pull from oData and if we can have query/parameter while publishing the service or at request or we can only do that after exporting data?
asked
1 answers
0

Hi Savan, at the moment Mendix supports basic OData query options like equeal, greater than etc. Check: https://world.mendix.com/display/refguide6/OData+Query+Options

You can also restrict the information that is exposed. For this to work you have to setup a module role i.e. Reporter with read only permissions. Then add the Reporter to your OData service, and add xpath constraints for the Reporter in your domain model.

answered