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