Quantcast
Channel: Microsoft Dynamics CRM
Viewing all articles
Browse latest Browse all 123975

Forum Post: RE: plugin naming convention?

$
0
0

You can have different classes (steps) registered on the same message for the same entity.

I can create something like:

namespace myCompany.Plugins
{
    public class SendEmailToCustomer: IPlugin
    {

        public void Execute(IServiceProvider serviceProvider)
        {

        }
    }

    public class ExecutePartnerWebService : IPlugin
    {
        public void Execute(IServiceProvider serviceProvider)
        {

        }
    }
}

and both classes (steps) can be configured to run on the same message (for example update of an account) 


Viewing all articles
Browse latest Browse all 123975

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>