Skip to Content
0
Aug 21, 2020 at 08:53 PM

OData.update for Entity and corresponding Navigations

65 Views

Hello Experts,

Here is my OData model.

Header -> Navigation1 -> Items1

Header ->Navigation2 -> Items2Header ->Navigation2 -> Items3I have assigned different navigation for each items to one header. From UI5 I want to update entire model including all header and items. How to achieve it?Thanks