Hi All,
I have a plugin that is set up on the kbarticle entity and is triggered by the update event. I am able to get the Dynamic Entity from the context using the following
Dim de As DynamicEntity = CType(context.InputParameters.Properties("Target"), DynamicEntity)
Now what I need to do is convert or cast this Dynamic Entity to the business entity type kbarticle. Can I do something to convert it or do I have to use the guid and then use retreive via the crmservice?
Thanks,
Russ
*This post is locked for comments
I have the same question (0)