Skip to content

Tag: odata

Bind Association XSOData in UI5?

Let’s say I have Employee entity associated with Address entity in XSOData and I want to bind them to a single control – StandardListItem. How to achieve this? Associated address details available at Employee(’emp1′)/Address/ TIA. Answer If I understand correctly, the Address element i…