Hi i am a completely new to crm2011 and I'm really stuck on with this -
I have created a Candidate form with FirstName, LastName and a look up that will display his college details.
I have also created a Form named College with fields - College name and Address and below i have created a subgrid.
I want the below subgrid to show lists of registered candidates from Candidates Entity
Now onload of College form i will enter college details and choose one or more candidate from the subgrid and on click of create the college details should be assigned automatically to the look up in Candidates Form.
What i have done is-
- Created the College Form and created a subgrid on the same page associated it with the Candidates entity
- Created the Candidate Form and created a lookup on Candidate Form and associated it with the College Entity
But beyond this i am not understanding how shall i go about it. Also the Subgrid is not showing candidates data in the grid onload
Please if anyone can help me kick start with this.