Skip to main content
Hello

 I have one doubt, i have created on position object and now i build a visualforce page for position obeject. In VF page i will add related list for position but i got one error the error is "JobApplication' is not a valid child relationship name for entity Position". But jobapplication obeject is child of postion object, how i got the error like this pleahttps://c.ap2.visual.force.com/apex/v3?id=a002800000RWwNj
4 respostas
  1. 14 de mar. de 2016, 05:28
    You have to put proper child relationship name for the child object which will end with __r for example. Go to Job application custom object. Go to  field which is having lookup/master-detail relationship with position object. On that field defintion, you will get child relationship name which you have to use while creating related list on vf page.
0/9000