Skip to main content
Question

How to query local SQLite in custom offline procedure - MWO 25R2

  • April 21, 2026
  • 0 replies
  • 10 views

Forum|alt.badge.img+6

Hi Team,

IFS Cloud 25R2, MWO (Mobile Work Order), Cust layer.

I have a custom function with syncpolicy Offline. Entity data is 
already downloaded to the device via offlinewhere.

I need to query that local data inside the offline procedure 
implementation — for example count records matching certain 
conditions.

procedure Function<GetOverlapCount> Number {

parameter ResourceId Text;

parameter WorkStart Timestamp;

parameter WorkEnd Timestamp;

-- How to query local entity data here?

}

Any syntax examples would be appreciated.

Thanks

Venkat