Hi,
I am using oData action - callFunction in MDK. The function takes 2 parameters ID and Code. I take the Code as a input from the user. How can I use this callFunction to update the 'Code' value in the backend for that particular ID. I tried to call the action, OnSucess gets called and then I sync the app, but the data does not get updated in the backend. Am i missing something ?
Thank you