Hello Experts,
I have created a Fullscreen app which will use the ODATA to get the data. Every things are getting displayed as expected, except the Address Data.
It seems the issue is when I try to get the data from Address Node for the selected Account (on Master screen) from Account ODATA (AccountCollection(Account UUID)/Address), it is calling another Collection (AddressCollection(AddressUUID)) to fetch the data. I can see the data coming up in debugging with AccountCollection(Object UUID)/Address but the data is not getting displayed in my Address SimpleForm. (Maybe since this is getting data from other Collection)
Can someone help me understand how this is to be achieved??
Thanks in advance.
Regards,
Chandan