Is it possible to recreate an early bound CRM
entity from a RemoteExecutionContext
?
I've got messages in a Service Bus
queue that are RemoteExecutionContext
coming from CRM Online
. I can happily get the late bound properties from the message if I cast as an Entity
, but I'd rather work with an early bound object