Hi,
I have one entity with 2 forms and both forms are related to each other with 1:N relationship. I am writing a plugin to update all the child records once parent field is updated.
So once eil_name of parent form is updated then all the child form's eil_name should also be updated.
Below is my code to update the child record field. I am fetching the child record through fetch xml and updating them. All the traces shows that the field is getting updated correctly but throws an error once it reaches service.update();
Below is the screenshot of the error that is occurring when the debugger reaches service.update function.
I have called this in the postoperation of update when eil_name(Filtering attribute) get updated.
Below is the Tracing error
System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault]: Download the details and load with Plug-in Profiler.
ErrorCode: 0x80040265
Message: Download the details and load with Plug-in Profiler.
Any help would highly be appreciated.