Hi All,
I am facing issues in binding data to the UI.
In my code snippet above, I have :
oPhysicianUserListTemplate: template for table,
Path : has the entity Physicians path.
Physicians is associated to PersonDetails and PersonDetailsDetaiils is the navigation property.
PersonDetailsDetaiils has a property "FamilyName" which i want to use in my template.
Also the expand query gives me the below given structure:
{
d:
{
results: [
PatientDetails:{
PersonDetailsDetails: {
"FamilyName": "SomeValue"
}
}
]
}
}
Any help will be highly appreciated.