I have tried to put some break point yet.
The break point at top only stop on launching app.
The others one are not working.
I have tried to put some break point yet.
The break point at top only stop on launching app.
The others one are not working.
Now I have tried to invoke the service manually with JS and it work.
Change all the calls in my project it's a lot of time, Do you think that fix it soon?
precode
srvProyectosALista.execute({});
/code/pre
It works when you invoke via the line above but doesn't work when you invoke it on page show?
That's strange. The execution never goes inside the custom service? And no errors in the console?