Hi JR Spencer,
Did you set access rights for Employee_Account association in both Employee as well as Account entities to read / readwrite (whichever required)?
This error is because you didn't set access rights correctly in either one or both the entities.
Hope this helps!
Hi JR Spencer,
While going through the Crash course tutorial even I faced the same issue recently. After debugging error I found that in Employee_NewEdit(OverviewPage), EmployeeID's Data Source[attribute] was Employee_Account/Account/Employee_Account/Employee/EmployeeId rather it should be EmployeeId (from DataView(employee)).
Hope this will be helpful for beginner to this course.
Image of the Solution:-