Page 1 of 2

service is not definied

Posted: Wed May 27, 2015 8:55 am
by Istvan

I call a updete service from javascript, but :"Uncaught ReferenceError: umore_up is not defined"
umore_up is name of service and im created on main screen of app. Im using on different pages too, but dosnt work with only one page by the first view, but working from the second view.
Why?
Thanks


service is not definied

Posted: Wed May 27, 2015 10:20 am
by Serhii Kulibaba

Hello,

Could you provide us screenshotes of main page service tab, errors from console and usage of this service


service is not definied

Posted: Wed May 27, 2015 11:19 am
by Istvan

Do you have access (support access) ... i think, becouse earlier need it :-) its enough?


service is not definied

Posted: Wed May 27, 2015 6:47 pm
by Istvan

Im solved.
Im created a page show event with javascript, put the service call here.


service is not definied

Posted: Thu May 28, 2015 9:28 pm
by Illya Stepanov

Hello -

Could you please clarify, do you still facing this issues?

If yes, we will need information that Sergiy was asked you.


service is not definied

Posted: Fri Nov 06, 2015 5:12 am
by zaik

I am also getting service undefined error. i created a service
create_workorder_service_clone

and want to include service in my custom javascript file.

This is my error I am getting.
"Error: create_workorder_service_clone is not defined"
Image

This is my service named "create_workorder_service_clone".
Image

This is javascript file code where I want to invoke my service.

Image

How can i call service or invoke it here. Also how can I get result in javascript file of service ?


service is not definied

Posted: Fri Nov 06, 2015 10:40 pm
by Illya Stepanov

Hi zaik -- We need more details about this at this point hard to say for sure what is wrong here.

Is this an AngularJS builder? This service is defined in the scope of your app?

And it would be better if you enable sharing for this app with us and describe how to reproduce this in your app (and tell the name of your app).


service is not definied

Posted: Wed Aug 17, 2016 1:41 am
by Sum Media

I have same this issue. Any solution for that?
Im using Angular with Ionic to build my app.
Image Image Image


service is not definied

Posted: Wed Aug 17, 2016 12:40 pm
by Illya Stepanov

The console error message pretty clear saying that "SumDB_Caterlog_query_service" is not defined -- check if such service exists in your project.


service is not definied

Posted: Wed Aug 17, 2016 11:48 pm
by Sum Media

Hi,
I already created it, u can see the first image.