Forum Post: RE: I'm having an issue getting my update service to work in Rollbase Mobile

  • Thread starter Thread starter maura
  • Start date Start date
Status
Not open for further replies.
M

maura

Guest
Have you tried using the debugger in the browser (Like in Chrome, right-click and select Inspect Element). Click on the Sources tab. On left hand-side, click on views/assets/js rollbase/jsdo - progress.mobile.3.0.js. Code should be displayed on right-hand side. Put a breakpoint in JSDOUpdateImpl in this.process() function, rerun, and walk through code. In that function, you'll see code that throws error "Row not found". Maybe your JSDO memory no longer has that row loaded??

Continue reading...
 
Status
Not open for further replies.
Back
Top