Hi Scott,
I am trying to sparklexrm to display the contacts associated with an account, but facing issues in getting the data show up in grid. I am getting the following error message
"
There was a problem refreshing the grid.
Please contact your system administrator:
Unable to get property 'firstname' of undefined or null reference
"
I see the fetchxml returning the data and it's getting assigned to the model. The grid displays the blank rows equivalent to the number of contacts that's associated with the account. But the label is not being shown. And when i try to update the entity from the grid it throws up error. Screenshots attached.
I followed your videos to get this but not sure if i am missing something.
The source can be got from https://github.com/ppkumar123/ContactUI
Thanks
Prasanna