Hi.
I am currently upgrading to CRM2016, and have some custom code to register plugintypes/steps/images. But after generating early-bound class from CRM, the entity SdkMessageProcessingStep's PluginTypeId attribute is marked as obsolete/deprecated.
Does anybody know what I should use instead? Can find anything else to connect the step to the type..
Edit: The code works fine, but don't want it suddenly to break in the future.
Edit 2: The entity file is actually generated from a CRM2015 instance.