Hi All,
I'm using web services to create records through person entity but there is an embedded opportunity entity section for program level and entry term.
How can I access them in my code becuase I tried this and it gave me eror , field doesnt exist in person form.
account.Attributes["elcn_anticipatedentrytermid"] = new EntityReference("elcn_datatel_academicterm_opportunity_anticipatedentrytermid", new Guid("232ad52b-a648-e311-97b2-005056ae44f4"));
Any help will be so appreciated
*This post is locked for comments