cancel
Showing results for 
Search instead for 
Did you mean: 

oData does not allow to enter data in Form

0 Kudos

Hi,

I have binded my oData to simple form and calling the service through bind element.

If my service call fails then oData binding does not allow me to enter data in form. I have made my oData as Two-way, is there any solution through which I can enter data in my form though service runs into error ?

Thanks,

Vinay

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185414
Active Contributor
0 Kudos

Consider using JSON model and once all local chnages are done, map to OData model and transmit.

Joseph_BERTHE
Active Contributor
0 Kudos

It depend of the design. With OData binding it is much more easier to do connection to BE.

iftah_peretz
Active Contributor
0 Kudos

Hi,

Basically yes. But, then this is not going to be in the design you are looking for. Why is your service failing?

I would recommend that you have a success/error for the calling of your service and in case of a failure lead to a different view where you just read the data (the same form with no bindings) and on the form submit, decide what to do with the data.