cancel
Showing results for 
Search instead for 
Did you mean: 

Bind Element Error Event

0 Kudos

Hello,

I have binded my simple form directly to odata in XML view and in controller I am using bindElement to call oData service.

Is there any event which triggers if oData call run's in error ?

Thanks,

Vinay

Accepted Solutions (0)

Answers (1)

Answers (1)

Sharathmg
Active Contributor
0 Kudos

If oData is declared as default service in "manifest.json" then the framework calls the service by default and loads the entities mapped in the XML view.

To check if your service is called, check the network tab.

To trigger the oData service manually, use the getOwnerComponent method and trigger the service call.

Regards,

Sharath