Dynamics CRM Support Blog
Problems configuring the CRM Outlook client? Use the wizard!
CRM Resource Center
FAQ About Technical SupportOnline | On-Premise
FAQ About Billing
Implementation Guide
Microsoft Dynamics CRM Developer Center and SDK
I need to register new step from plugin to already existing plugin.But I do not wish to become attached to certain web service. Service I shall receive thus: ICrmService crmService = context. CreateCrmService (true);Set please to me an example as it can be made. From registratin tool I cannot look as there already connected service.I to myself see it approximately so:sdkmessageprocessingstep regstep = new sdkmessageprocessingstep ();...… crmService. Create (regstep);