Istvan
Posts: 0
Joined: Mon Oct 13, 2014 1:48 pm

service is not definied

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

service is not definied

Hello,

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

Istvan
Posts: 0
Joined: Mon Oct 13, 2014 1:48 pm

service is not definied

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

Istvan
Posts: 0
Joined: Mon Oct 13, 2014 1:48 pm

service is not definied

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

service is not definied

Hello -

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

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

zaik
Posts: 0
Joined: Wed Sep 09, 2015 7:15 am

service is not definied

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 ?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

service is not definied

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).

Sum Media
Posts: 0
Joined: Fri Jul 08, 2016 6:04 am

service is not definied

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

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

service is not definied

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

Sum Media
Posts: 0
Joined: Fri Jul 08, 2016 6:04 am

service is not definied

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

Return to “Issues”