Hello,
You can't change the schema names once the objects are created. You got 2 ways of solving it:
1) recreating the relationships (N:1) OR lookups
2) manually rename the relationship property in code (and leave the EntityReference / lookup unaltered, since you'll use it the most) and recompile / fix further
Cornel Croitoriu - Senior Software Developer
If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"

