i have a plugin customization that updates some fileds on the activity entity if the Regarding field has a parent
organization.
The plugin gets fired on the PostCreate and looks for if the Regarding Object Id is populated and then
gets parent organization id and populates the activity entity.
The plugin works fine when creating Task Form but not from the Panel
of the custom entity. My plugin is looking for regardingobjectid field, for update fileds in the activity.
When Task or Phone Activities are created from the Pane it looks like the regardingobjectid is not been passed in
the CRM pipeline.
Any help wil be appreciate. Thanks.