Hello there,
I am using Maximo 7613 with Maximo Mobile 9.0.8.
When I log into the app, "My Schedule" under "Record data" section was failing with "Gateway timeout" error.
While troubleshooting in the debug Windows mobile app, it looks to be failing while fetching data for "woDetailds" datasource. There was no page-size given, so I added to "woDetailds" ds as below.
<maximo-datasource id="woDetailds" object-structure="mxapiwodetail" can-load="{app.state.canloadwodetailds}" page-size="7">
I have noticed that can-load="{app.state.canloadwodetailds}" wasn't there before Maximo Mobile 9.
After adding the page-size, it's not failing but it's actually fetching all the work orders from Maximo and it's never ending.
What's the purpose of this datasource and why there isn't any saved-query mentioned and it's fetching every WO? Any help?
Thanks.
#Mobility