on 2016 Aug 05 2:37 PM
Hey Experts!
I want to refresh my oData Model after i set new properties. In this case i wrote this logic into a messageBox component and this does not work.
I am able to set the property but the oModel.submitChanges function is not refreshing my oModel which is set before.
Here you can see my function where i set the property of this oDataModel and want to try refresh it.
The reason why i want to do this is, when i route on my destiny page then the oModel is not refreshed and i have then a outdated Model after route on it.
Here can you see my code:
Thanks a lot!
Best regards,
Danilo
Request clarification before answering.
don't have the full picture,
can you put your navigation code in success function?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Danilo,
It looks like you are routing to another page right after submitting your changes. If you have one-way binding but you have already loaded a view then the refresh you have triggered in the callback would not update the view. If you are using one-way binding on your model then you would want to execute the navigation in your callback function after you have refreshed the model.
Regards,
Ryan Crosby
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
30 | |
9 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.