Please refer to http://ift.tt/1u35gQw

if you change the json for addresses.json for the pId field, to personId, and you change, in model.js


{name:'pId',reference:'Person'} to {name:'personId',reference:'Person'}


when you click on a person in the top grid, the values show in the bottom grid, why does it have to be personId for the name of the field?


Also, please refer me to documentation if it exists so that I may answer simple questions like this myself in the future.


Thanks.