XrmMockup icon indicating copy to clipboard operation
XrmMockup copied to clipboard

OrganizationServiceContext LoadProperty does not work

Open harm-neervens-daf opened this issue 6 years ago • 1 comments

We made a built in LazyLoad behavior in our OrganizationServiceContext derived class. This makes use of the LoadProperty method of IOrganizationServiceContext: public void LoadProperty(Entity entity, Relationship relationship) This does not seem to work.

harm-neervens-daf avatar Jun 27 '18 15:06 harm-neervens-daf

Can you provide a failing test where the property is used as intended? This will make it easier to implement.

magesoe avatar Jun 29 '18 07:06 magesoe