I have two entities , Assessment and Training. Assessment has an attribute assessor. Training has attributes training type(optionset) either assessor / reporter and person attribute
I want to retrieve records for training whose person equals to assessor selected for assessment record when it is created. I want to know if we can use queryexpression to retrieve two different entities together.
*This post is locked for comments