Skip to Content
0
Jun 04, 2020 at 04:01 PM

Using $expand with filters in MDK offline apps

293 Views Last edit Jun 04, 2020 at 04:16 PM 2 rev

I have written the logic in backend Odata method GET_EXPANDED_ENTITYSET. Is it a good idea to use a Query like WorkOrderHeaderSet('1000000011')?$expand=FunctionalLocations in MDK offline apps to fetch data from this method. As I need to pass the order number always, how does the offline mode fetch all the data at once?