As part of a data migration I am attempting to update the
regardingobjectid on a number of ActivityPointer records. I tried to do
it in a similar way to how I modified some incidents:
CrmService.Retrieve(), make modifications to the returned object and
then call CrmService.Update() passing to it the ActivityPointer object
but I received the following SoapException:
Message: Server was unable to process request.
InnerText: The method being invoked does not support provided entity
type.
I cannot find any documentation or examples in the SDK on modifying
ActivityPointers. Can anyone steer me in the right direction?